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 132db16 commit 8798f81Copy full SHA for 8798f81
.github/workflows/semgrep.yml
@@ -37,10 +37,8 @@ jobs:
37
semgrep scan --config $HOME/semgrep-rules --config $HOME/semgrep-rules-tob \
38
--metrics=off --experimental \
39
--exclude-rule=third-party-action-not-pinned-to-commit-sha \
40
- --exclude-rule=detect-generic-ai-anthprop \
41
- --exclude-rule=detect-generic-ai-api \
42
- --exclude-rule=detect-generic-ai-gem \
43
- --exclude-rule=detect-generic-ai-oai \
+ --severity=WARNING \
+ --severity=ERROR \
44
--exclude="*.html" --exclude="*.js" \
45
--baseline-commit=${{ github.event.pull_request.base.sha }} \
46
--json > /tmp/semgrep-results.json || true
0 commit comments