mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
* 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>
34 lines
547 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|