Skip to content

Commit 614a2d2

Browse files
author
Jason Olinger
committed
Add tartufo files
1 parent 395f99c commit 614a2d2

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

exclude-patterns.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
resources/js/app.js
2+
resources/vendor
3+
(.*/)?autoload.php
4+
sample.env
5+
# Library Folders
6+
node_modules
7+
(.*/)?node_modules/
8+
vendor
9+
(.*/)?vendor/
10+
# Lock Files are not always in the root
11+
.*composer.lock
12+
.*package.json
13+
.*package-lock.json
14+
.pnp.js
15+
.*Pipfile.lock
16+
.*yarn.lock
17+
# Ignore inline images
18+
.*\.css$
19+
.*\.scss$
20+
.*\.ico$
21+
.*\.jpg$
22+
.*\.png$
23+
.*\.svg$
24+
# Ignore uploaded logs
25+
.*\.log$
26+
# Frontend Build Files
27+
build
28+
data
29+
public/js/app.js

tool.tartufo

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tool.tartufo]
2+
exclude-paths="./exclude-patterns.txt"
3+
repo-path = "."
4+
default-regexes = true
5+
json = false
6+
regex = true
7+
entropy = true
8+
exclude-signatures = []

0 commit comments

Comments
 (0)