Skip to content

Commit

Permalink
chore(ci): fix semgrep workflow (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Feb 2, 2024
1 parent 014b8d1 commit 60fc2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- run: semgrep ci
- run: semgrep ci --no-suppress-errors
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 comments on commit 60fc2a1

Please sign in to comment.