We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c45e1c commit 79e4f39Copy full SHA for 79e4f39
1 file changed
.github/workflows/action_scanning.yml
@@ -25,10 +25,10 @@ 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" >> semgrep-results-actions.sarif'
+ run: 'semgrep scan --sarif --config action_scanning/semgrep-rules --config "p/github-actions"
29
+ >> semgrep-results-actions.sarif'
30
- name: 'Save Actions SARIF results as artifact'
31
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
-
32
with:
33
name: 'semgrep-scan-results-actions'
34
path: 'semgrep-results-actions.sarif'
0 commit comments