Skip to content

Commit ad00d0c

Browse files
committed
exclude spec files
1 parent f12d90d commit ad00d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/semgrep-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
--exclude-rule=jsx-not-internationalized \
4545
--severity=WARNING \
4646
--severity=ERROR \
47-
--exclude="*.html" --exclude="*.js" \
47+
--exclude="*.html" --exclude="*.js" --exclude="*.spec.ts" \
4848
$baseline_commit_arg \
4949
--${{ inputs.results_format }} > "$results_file" || true
5050
shell: bash

0 commit comments

Comments
 (0)