Fix trivy exit code
All checks were successful
CI / test (push) Successful in 8m10s
Lint / test (push) Successful in 34s
Trivy / test (push) Successful in 17s

This commit is contained in:
Miguel Jacq 2025-12-22 17:27:42 +11:00
parent 2d1c4f5b21
commit d0c6c94e9d
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -23,7 +23,7 @@ jobs:
- name: Run trivy - name: Run trivy
run: | 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 # Notify if any previous step in this job failed
- name: Notify on failure - name: Notify on failure