[bitnami/parse] Add VIB tests (#33628)

Signed-off-by: Marcos Bjoerkelund <marcosbd@vmware.com>
This commit is contained in:
Marcos Bjoerkelund
2023-05-25 11:11:40 +02:00
committed by GitHub
parent 95892a609e
commit 5fdad83358
6 changed files with 77 additions and 98 deletions

View File

@@ -3,7 +3,8 @@
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "{VIB_ENV_PATH}"
}
},
"runtime_parameters": "Y29tbWFuZDogWyJ0YWlsIiwgIi1mIiwgIi9kZXYvbnVsbCJd"
},
"phases": {
"package": {
@@ -29,6 +30,21 @@
},
"verify": {
"actions": [
{
"action_id": "goss",
"params": {
"resources": {
"path": "/.vib"
},
"tests_file": "parse/goss/goss.yaml",
"vars_file": "parse/goss/vars.yaml",
"remote": {
"pod": {
"workload": "deploy-parse"
}
}
}
},
{
"action_id": "trivy",
"params": {