mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
[bitnami/*] Add grype action to verify phase (#793)
* Add grype action to verify phase Signed-off-by: Fran Mulero <fmulero@vmware.com> * Remove application.kind Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -35,10 +35,16 @@
|
||||
"threshold": "CRITICAL",
|
||||
"vuln_type": [
|
||||
"OS"
|
||||
],
|
||||
"application": {
|
||||
"kind": "CONTAINER_IMAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"action_id": "grype",
|
||||
"params": {
|
||||
"threshold": "CRITICAL",
|
||||
"package_type": [
|
||||
"OS"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -35,10 +35,16 @@
|
||||
"threshold": "CRITICAL",
|
||||
"vuln_type": [
|
||||
"OS"
|
||||
],
|
||||
"application": {
|
||||
"kind": "CONTAINER_IMAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"action_id": "grype",
|
||||
"params": {
|
||||
"threshold": "CRITICAL",
|
||||
"package_type": [
|
||||
"OS"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user