Skip to content

Commit d607784

Browse files
authored
chore(ci): fix semgrep workflow (#59)
2 parents 4c58d16 + fa67d84 commit d607784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1515
with:
1616
fetch-depth: 0
17-
- run: semgrep ci
17+
- run: semgrep ci --no-suppress-errors
1818
env:
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)