We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf58e83 commit f5a14deCopy full SHA for f5a14de
.github/workflows/action_scanning.yml
@@ -26,7 +26,7 @@ jobs:
26
path: action_scanning
27
- name: 'Run Actions semgrep scan'
28
run: 'semgrep scan --sarif --config action_scanning/semgrep-rules --config "p/github-actions"
29
- >> semgrep-results-actions.sarif'
+ --sarif-output semgrep-results-actions.sarif || true'
30
- name: 'Save Actions SARIF results as artifact'
31
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
32
with:
0 commit comments