Fix trivy exit code
All checks were successful
CI / test (push) Successful in 36s
Lint / test (push) Successful in 26s
Trivy / test (push) Successful in 16s

This commit is contained in:
Miguel Jacq 2025-12-22 17:28:32 +11:00
parent 3e7d1703b3
commit d35630e5b6
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -23,7 +23,7 @@ jobs:
- name: Run trivy
run: |
trivy fs --no-progress --ignore-unfixed --format table --disable-telemetry .
trivy fs --no-progress --ignore-unfixed --format table --disable-telemetry --skip-version-check --exit-code 1 .
# Notify if any previous step in this job failed
- name: Notify on failure