We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf58e83 commit 22417b2Copy full SHA for 22417b2
1 file changed
.github/workflows/action_scanning.yml
@@ -25,7 +25,7 @@ jobs:
25
repository: 'google/github-team'
26
path: action_scanning
27
- name: 'Run Actions semgrep scan'
28
- run: 'semgrep scan --sarif --config action_scanning/semgrep-rules --config "p/github-actions"
+ run: 'semgrep scan --sarif --config action_scanning/semgrep-rules --config "p/github-actions" || true
29
>> semgrep-results-actions.sarif'
30
- name: 'Save Actions SARIF results as artifact'
31
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
0 commit comments