From a031a82cc6f78bb3e295861a4b49031e3aff9fe8 Mon Sep 17 00:00:00 2001 From: Ali Mehdi Date: Mon, 26 Aug 2024 23:20:36 +0500 Subject: [PATCH] continue on error --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 4364948..1d93429 100644 --- a/action.yaml +++ b/action.yaml @@ -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