Skip to content

Commit

Permalink
changed exit-code
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik committed Aug 31, 2023
1 parent 8e8f557 commit 7e744f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
image-ref: '${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}'
format: 'table'
exit-code: '1'
exit-code: '0'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit 7e744f8

Please sign in to comment.