Skip to content

Commit

Permalink
remove exit code and add scan ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Dec 16, 2024
1 parent fb362a5 commit 3120b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
with:
image-ref: 'docker.io/the-qa-company/qendpoint:${{ github.sha }}'
format: 'table'
exit-code: '1'
exit-code: '0'
ignore-unfixed: true
vuln-type: 'os,library'
scan-type: 'fs'
scan-ref: '.'
severity: 'CRITICAL,HIGH'

0 comments on commit 3120b87

Please sign in to comment.