[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:
parent
aee7b73457
commit
255b403872
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue