Skip to content

Commit

Permalink
Updating the usage example in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishore Garg committed Mar 18, 2024
1 parent 5b1c5aa commit 449d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 449d22e

Please sign in to comment.