From 449d22edac84ba4519621ead917fc15e89fc69bf Mon Sep 17 00:00:00 2001 From: Kishore Garg Date: Mon, 18 Mar 2024 15:16:48 +0530 Subject: [PATCH 1/2] Updating the usage example in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d0875..2579fde 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ jobs: fail_silently: false - if: |- - steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '' + (steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '') && (success() || failure()) uses: 'actions/upload-artifact@v4' with: name: 'sarif' From 7b43fbd5b3d5db6d7446d58d0df8f6987b8912f3 Mon Sep 17 00:00:00 2001 From: Kishore Garg Date: Mon, 18 Mar 2024 20:53:35 +0530 Subject: [PATCH 2/2] Updating the usage example in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2579fde..a9ae7ef 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ jobs: fail_silently: false - if: |- - (steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '') && (success() || failure()) + (steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '') && always() uses: 'actions/upload-artifact@v4' with: name: 'sarif'