Skip to content

Commit

Permalink
chore: Use semgrep pro in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jan 30, 2024
1 parent 41a585d commit 073dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- run: semgrep ci --sarif > semgrep.sarif
env:
SEMGREP_RULES: p/default
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
- uses: github/codeql-action/upload-sarif@v3
if: always()
with:
Expand Down

0 comments on commit 073dccd

Please sign in to comment.