Skip to content

Commit 1e4914b

Browse files
author
Jason Olinger
authored
Merge pull request #13 from skyverge/chore/add-tartufo-files
Add tartufo files
2 parents 2935d92 + 5371311 commit 1e4914b

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 = [
9+
"99cd97dd9d5632f1bbd4700b9dbd4a3defe5d1b26154c6b361aaea6bd8403922",
10+
]

0 commit comments

Comments
 (0)