[bitnami/*] Remove container image lint (#83265)

Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
David Gomez
2025-07-16 14:18:49 +02:00
committed by GitHub
parent 693f630cb0
commit a8bf303635
263 changed files with 83 additions and 1608 deletions

View File

@@ -18,13 +18,10 @@
"tag": "{VIB_ENV_TAG}"
}
},
"architectures": ["linux/amd64", "linux/arm64"]
}
},
{
"action_id": "container-image-lint",
"params": {
"threshold": "error"
"architectures": [
"linux/amd64",
"linux/arm64"
]
}
}
]
@@ -35,14 +32,18 @@
"action_id": "trivy",
"params": {
"threshold": "LOW",
"vuln_type": ["OS"]
"vuln_type": [
"OS"
]
}
},
{
"action_id": "grype",
"params": {
"threshold": "CRITICAL",
"package_type": ["OS"]
"package_type": [
"OS"
]
}
},
{