Skip to content

Commit 01dbf80

Browse files
Update .semgrepignore to exclude lock files
1 parent 4a8f496 commit 01dbf80

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.semgrepignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
**/*.test.*
1414
**/*.spec.*
1515
**/*_test.*
16+
17+
# Exclude minified/bundled vendored JS from scanning
18+
# These are build artifacts, not source; semgrep times out on large minified files
19+
# (e.g. rrweb.min.js) and `--error` turns the timeout into a hard CI failure.
20+
**/*.min.js

0 commit comments

Comments
 (0)