Skip to content

Commit 4a6a27b

Browse files
kishorekgargKishore Garg
andauthored
Updating the usage example in the README (#24)
Updating the usage example in the README by adding additional criteria of always() --------- Co-authored-by: Kishore Garg <kkgarg@google.com>
1 parent 5b1c5aa commit 4a6a27b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fail_silently: false
7171

7272
- if: |-
73-
steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != ''
73+
(steps.analyze-code-security-scc.outputs.iac_scan_result_sarif_path != '') && always()
7474
uses: 'actions/upload-artifact@v4'
7575
with:
7676
name: 'sarif'

0 commit comments

Comments
 (0)