We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 468ce62 + b996425 commit 56fa2d4Copy full SHA for 56fa2d4
1 file changed
.github/workflows/semgrep.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Run Semgrep
22
run: |
23
- semgrep --config .semgreprules/customRule.yml --config auto --severity ERROR --sarif . > results.sarif
+ semgrep --config auto --severity ERROR --sarif . > results.sarif
24
25
- name: Upload SARIF file
26
uses: github/codeql-action/upload-sarif@v3
0 commit comments