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 54e65ff commit 86b3f68Copy full SHA for 86b3f68
.github/actions/semgrep-action/action.yml
@@ -40,7 +40,7 @@ runs:
40
--exclude-rule=jsx-not-internationalized \
41
--severity=WARNING \
42
--severity=ERROR \
43
- --exclude="*.html" --exclude="*.js" --exclude="*.spec.ts" \
+ --exclude="*.html" --exclude="*.js" --exclude="*.spec.ts" --exclude="tests.rs" \
44
$baseline_commit_arg \
45
--json | \
46
jq 'to_entries | map(if .key == "results" then .value |= map(select(.extra.metadata.confidence != "LOW")) else . end) | from_entries' \
0 commit comments