-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.semgrepignore
31 lines (28 loc) · 837 Bytes
/
.semgrepignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Common large paths
node_modules/
vendor/
*.min.js
spec/
# Semgrep rules folder
.semgrep
# Semgrep-action log folder
.semgrep_logs/
# Tickets to remediate these rules and remove from this list
lib/orangelight/
# https://github.com/pulibrary/orangelight/issues/4377
config/
# https://github.com/pulibrary/orangelight/issues/4378
app/views/
# https://github.com/pulibrary/orangelight/issues/4379
app/services/
# https://github.com/pulibrary/orangelight/issues/4380
app/processors/orangelight/
# https://github.com/pulibrary/orangelight/issues/4381
app/models/requests/
# https://github.com/pulibrary/orangelight/issues/4382
app/helpers/
# https://github.com/pulibrary/orangelight/issues/4383
app/controllers/
# https://github.com/pulibrary/orangelight/issues/4384
app/components/
# https://github.com/pulibrary/orangelight/issues/4385