Files
charts/.vib/vib-early-feedback.json
superaleks c0838b91ad [bitnami/*]Modified the pipelines to contain breaking changes (#9179)
* Changes in the VE pipelines, formatting

Signed-off-by: Aleksandra Lukic <alukic@vmware.com>

* Triggering Redis and Wordpress pipeline. Will undo this change before final PR

Signed-off-by: Aleksandra Lukic <alukic@vmware.com>

* Removed the Readme changes, triggering both pipelines again

Signed-off-by: Aleksandra Lukic <alukic@vmware.com>

* Fixing Redis resilience test issue

Signed-off-by: superaleks <alukic@vmware.com>

* Added specific resilience tests

Signed-off-by: superaleks <alukic@vmware.com>

* Undo the readme changes, not needed

Signed-off-by: superaleks <alukic@vmware.com>

* Checkout readme file

Signed-off-by: superaleks <alukic@vmware.com>
2022-02-25 11:10:09 +01:00

34 lines
547 B
JSON

{
"phases": {
"package": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "{CHART_PATH}"
}
},
"actions": [
{
"action_id": "helm-package"
},
{
"action_id": "helm-lint"
}
]
},
"verify": {
"actions": [
{
"action_id": "trivy",
"params": {
"threshold": "CRITICAL",
"vuln_type": [
"OS"
]
}
}
]
}
}
}