Skip to content

Commit

Permalink
remove continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
sven0219 committed Oct 16, 2024
1 parent 6a1acdc commit 7bbb801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# vuln-type: 'os,library'
trivyignores: '${{ inputs.trivyignores }}'
severity: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'
continue-on-error: ${{ inputs.continue-on-error }}
continue-on-error: false

- name: Fix .trivy permissions
if: always()
Expand Down

0 comments on commit 7bbb801

Please sign in to comment.