From 9ce336389cf1db94886891c9807ccb280a16e66c Mon Sep 17 00:00:00 2001 From: "Artem A." <67011886+hi-artem@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:30:43 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d32d4df..3fafff0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: # (Optional) for compatibility with GitHub's code scanning alerts - name: Upload SARIF file - if: ${{ always() }} # necessary if using failure thresholds in the image scan + if: ${{ !cancelled() }} # necessary if using failure thresholds in the image scan uses: github/codeql-action/upload-sarif@v2 with: sarif_file: ${{ steps.scan.outputs.sarif_file }}