Skip to content

Commit

Permalink
chore: Don't fail CI when semgrep finds issues
Browse files Browse the repository at this point in the history
It's better that we handle it via Github security UI
  • Loading branch information
maxmilton committed Jul 18, 2024
1 parent a5994dc commit 792019a
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 @@ -21,7 +21,7 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- run: semgrep ci --sarif > semgrep.sarif
- run: semgrep ci --sarif > semgrep.sarif || true
env:
SEMGREP_RULES: p/default
- uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 792019a

Please sign in to comment.