mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
ensure the semgrep step is run even if there is a failure in the step above (semgrep finds issues)
This commit is contained in:
@@ -44,4 +44,4 @@ jobs:
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
sarif_file: semgrep.sarif
|
||||
if: always()
|
||||
if: {{ always() }}
|
||||
Reference in New Issue
Block a user