imagescan_action
This commit is contained in:
@@ -25,6 +25,6 @@ jobs:
|
|||||||
--password ${{ secrets.DOCKER_PULL_TOKEN }} \
|
--password ${{ secrets.DOCKER_PULL_TOKEN }} \
|
||||||
--exit-code 1 \
|
--exit-code 1 \
|
||||||
--scanners vuln,misconfig,secret \
|
--scanners vuln,misconfig,secret \
|
||||||
--severity MEDIUM,HIGH,CRITICAL \
|
--severity HIGH,CRITICAL \
|
||||||
--ignore-unfixed \
|
--ignore-unfixed \
|
||||||
${{ env.registry }}/${{ env.user }}/${{ env.image_name }}:${{ github.event.inputs.image_tag }}
|
${{ env.registry }}/${{ env.user }}/${{ env.image_name }}:${{ github.event.inputs.image_tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user