Update .woodpecker/build.yml
Some checks failed
ci/woodpecker/push/scans Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Radek Goláň jr. 2024-09-12 14:24:46 +02:00
parent e39bae3131
commit b2f68ef9b8
Signed by:
GPG Key ID: F9DA0DD507305CF1

View File

@ -64,7 +64,7 @@ steps:
TRIVY_PASSWORD:
from_secret: registry_password
commands:
- trivy image dev.shielddagger.com/opensource/discord-notifier --exit-code 1 --username $TRIVY_USER --severity HIGH,CRITICAL
- trivy image dev.shielddagger.com/opensource/discord-notifier:latest --exit-code 1 --username $TRIVY_USER --severity HIGH,CRITICAL
when:
- event: push
branch: main