Skip to content

Commit 66d7efb

Browse files
KooshaParicodex
andauthored
chore: bootstrap trufflehog.yml (#561)
Co-authored-by: Codex <noreply@openai.com>
1 parent d53c19f commit 66d7efb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

trufflehog.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 1
2+
roots:
3+
- path: .
4+
scan_depth: 4
5+
exclude_paths:
6+
- "*.lock"
7+
- "**/node_modules/**"
8+
- "**/__pycache__/**"
9+
- "**/.venv/**"
10+
- "**/target/**"
11+
- "**/.git/**"
12+
detectors:
13+
- allowlist: false
14+

0 commit comments

Comments
 (0)