Skip to content

Commit ba301b1

Browse files
committed
adding gitleaks toml
Signed-off-by: jeff <[email protected]>
1 parent d0791b4 commit ba301b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitleaks.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[[allowlists]]
2+
description = "Allow specific paths"
3+
paths = [
4+
'''test/''',
5+
'''readme.md''',
6+
'''gitleaks.toml''',
7+
'''docs/''',
8+
]

0 commit comments

Comments
 (0)