Skip to content

Commit

Permalink
Modify workflow params
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Nov 15, 2024
1 parent 47963d6 commit a1074d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-containers-and-push-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
image-ref: '${{ matrix.image.name }}'
scan-type: 'image'
hide-progress: false
exit-code: 0 # Setting the exit-code to 1 will fail the action, without publishing to Github Security Tab (> aquasecurity/[email protected])
exit-code: 1
severity: 'CRITICAL,HIGH'
scanners: 'vuln'
timeout: 15m0s
ignore-unfixed: true

Expand Down

0 comments on commit a1074d0

Please sign in to comment.