Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions exclude-patterns.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
resources/js/app.js
resources/vendor
(.*/)?autoload.php
sample.env
# Library Folders
node_modules
(.*/)?node_modules/
vendor
(.*/)?vendor/
# Lock Files are not always in the root
.*composer.lock
.*package.json
.*package-lock.json
.pnp.js
.*Pipfile.lock
.*yarn.lock
# Ignore inline images
.*\.css$
.*\.scss$
.*\.ico$
.*\.jpg$
.*\.png$
.*\.svg$
# Ignore uploaded logs
.*\.log$
# Frontend Build Files
build
data
public/js/app.js
10 changes: 10 additions & 0 deletions tartufo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tool.tartufo]
exclude-paths="./exclude-patterns.txt"
repo-path = "."
default-regexes = true
json = false
regex = true
entropy = true
exclude-signatures = [
"402ec8e908f251b4d651f9c871e83544d326ec5d8c1d3ae481ba768e53e4616d",
]