There was an error while loading. Please reload this page.
1 parent 112997c commit 61a90f3Copy full SHA for 61a90f3
.github/workflows/semgrep.yaml
@@ -14,6 +14,6 @@ jobs:
14
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
with:
16
fetch-depth: 0
17
- - run: semgrep ci
+ - run: semgrep ci --no-suppress-errors
18
env:
19
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments