Fix trivy exit code
This commit is contained in:
parent
3e7d1703b3
commit
d35630e5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue