Skip to content

Commit

Permalink
chore(ci): fix semgrep workflow (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Feb 2, 2024
2 parents 112997c + 61a90f3 commit 53db8f2
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 53db8f2

Please sign in to comment.