We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca982f commit 74cd89cCopy full SHA for 74cd89c
.github/workflows/semgrep.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run Semgrep
37
run: semgrep scan --sarif --output=semgrep.sarif --config=p/auto --config=p/dockerfile --config=p/typescript --config=p/javascript --metrics=off --verbose
38
- name: Upload SARIF file for GitHub Advanced Security Dashboard
39
- uses: github/codeql-action/upload-sarif@f843d94177a3bba7c0d0366e9bb9ff7de65547a9 # CodeQL Bundle v2.16.1
+ uses: github/codeql-action/upload-sarif@5eb3ed6614230b1931d5c08df9e096e4ba524f21 # CodeQL Bundle v2.16.1
40
with:
41
sarif_file: semgrep.sarif
42
if: always()
0 commit comments