imagescan_action

This commit is contained in:
2025-12-13 22:42:15 +01:00
parent d42dc96178
commit e4eade177e

View File

@@ -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 }}