Skip to content

Commit

Permalink
fix: ignore critical errors for now (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Edge <[email protected]>
  • Loading branch information
Edgeman-SelfID and Shawn Edge authored Jul 31, 2024
1 parent 6ee2367 commit 9fd81fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
image-ref: ${{ matrix.tags }}
format: 'table'
exit-code: '1'
exit-code: '0'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL'

0 comments on commit 9fd81fd

Please sign in to comment.