We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391cdfa commit a282747Copy full SHA for a282747
.github/workflows/scan.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- run: |
28
- semgrep ci --code --secrets --supply-chain
+ semgrep ci --code --secrets --supply-chain --no-suppress-errors
29
30
spectral:
31
runs-on: ubuntu-latest
0 commit comments