Skip to content

Commit 64fe22b

Browse files
committed
add .gitleaks.toml
1 parent c3aa057 commit 64fe22b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitleaks.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[allowlist]
2+
description = "Global Allowlist"
3+
4+
# Ignore based on any subset of the file path
5+
paths = [
6+
# Ignore documentation
7+
'''README.md''',
8+
9+
# Ignore tests
10+
'''tests\/.*\.phpt''',
11+
]
12+
13+

0 commit comments

Comments
 (0)