Skip to content

Commit

Permalink
chore(ci): fix semgrep workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Feb 2, 2024
1 parent 4c58d16 commit fa67d84
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 fa67d84

Please sign in to comment.