We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c58d16 + fa67d84 commit d607784Copy full SHA for d607784
.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