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 f12d90d commit ad00d0cCopy full SHA for ad00d0c
.github/actions/semgrep-action/action.yml
@@ -44,7 +44,7 @@ runs:
44
--exclude-rule=jsx-not-internationalized \
45
--severity=WARNING \
46
--severity=ERROR \
47
- --exclude="*.html" --exclude="*.js" \
+ --exclude="*.html" --exclude="*.js" --exclude="*.spec.ts" \
48
$baseline_commit_arg \
49
--${{ inputs.results_format }} > "$results_file" || true
50
shell: bash
0 commit comments