adjust scanner
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Ludger Hottgenroth 2024-08-21 14:32:36 +02:00
parent 343fc43db5
commit 21c0bcfe77
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -17,7 +17,7 @@ steps:
scan_image:
image: aquasec/trivy
commands:
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --ignore-unfixed --quiet --exit-code 1
when:
- event: [push, tag]