Skip to content

Commit

Permalink
keep scan on HIGH but add ignore for known issue in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 5, 2024
1 parent 7a71271 commit f954a8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL'
severity: 'CRITICAL,HIGH'
ignorefile: '.trivyignore'
2 changes: 2 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# not fixed in nginx, does not appear to be a security issue
CVE-2023-49462

0 comments on commit f954a8b

Please sign in to comment.