Skip to content

Commit fbf01f4

Browse files
Update .semgrepignore to exclude lock files
1 parent f21ba81 commit fbf01f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.semgrepignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@
55

66
# Exclude lock files from vulnerability scanning to avoid false positives
77
**/*.lock
8+
9+
# Exclude test files from vulnerability scanning
10+
# Tests don't need security scanning as they are not production code
11+
**/*test*/*
12+
**/test.*
13+
**/*.test.*
14+
**/*.spec.*
15+
**/*_test.*

0 commit comments

Comments
 (0)