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 50ce103 commit de7831eCopy full SHA for de7831e
.github/workflows/action_scanning.yml
@@ -33,11 +33,9 @@ jobs:
33
34
- name: Checkout Code
35
uses: actions/checkout@v4
36
- with:
37
- path: code_to_scan
38
39
- name: Run Actions semgrep scan
40
- run: semgrep scan --sarif --config action_scanning/semgrep-rules/actions code_to_scan >> semgrep-results-actions.sarif
+ run: semgrep scan --sarif --config action_scanning/semgrep-rules/actions >> semgrep-results-actions.sarif
41
42
- name: Save Actions SARIF results as artifact
43
uses: actions/upload-artifact@v4
0 commit comments