Skip to content

Commit

Permalink
fix failing security vulnerability scan step
Browse files Browse the repository at this point in the history
Signed-off-by: fhochleitner <felix.hochleitner@outlook.com>
  • Loading branch information
fhochleitner committed Nov 15, 2023
1 parent 724abae commit eeb7de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH, MEDIUM, LOW'
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
exit-code: '1'

- name: Upload Trivy scan results to GitHub Security tab
Expand Down

0 comments on commit eeb7de4

Please sign in to comment.