Skip to content

Commit

Permalink
Fix semgrep 1.38 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 authored and karoliineh committed Sep 4, 2023
1 parent 9077859 commit 26b01fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Run semgrep
run: semgrep scan --sarif --output=semgrep.sarif
run: semgrep scan --config .semgrep/ --sarif > semgrep.sarif

- name: Upload SARIF file to GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 26b01fd

Please sign in to comment.