Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Mehdi committed Aug 26, 2024
1 parent e3dc8ea commit a031a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
image-ref: ${{ steps.meta.outputs.tags }} # Use the built image tag
severity: HIGH,CRITICAL # Specify severity levels
ignore-unfixed: true # Optional: Ignore unfixed vulnerabilities
exit-code: '1'
exit-code: '0'

- name: Annotate image
shell: bash
Expand Down

0 comments on commit a031a82

Please sign in to comment.