[bitnami/*] Move trivy action to containers and add README note (#11500)

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-08-02 13:02:50 +02:00
committed by GitHub
parent 93ba374532
commit e46b53b3ab
203 changed files with 30 additions and 1764 deletions

View File

@@ -31,15 +31,6 @@
}
},
"actions": [
{
"action_id": "trivy",
"params": {
"threshold": "CRITICAL",
"vuln_type": [
"OS"
]
}
},
{
"action_id": "health-check",
"params": {

View File

@@ -31,13 +31,6 @@
}
},
"actions": [
{
"action_id": "trivy",
"params": {
"threshold": "CRITICAL",
"vuln_type": ["OS"]
}
},
{
"action_id": "health-check",
"params": {