Skip to content

Commit 8e68d58

Browse files
authored
Create .gitleaks.toml
1 parent fb0b06c commit 8e68d58

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitleaks.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[allowlist]
2+
description = "Global Allowlist"
3+
paths = [
4+
# Ignore the security guides because these contain a lot of example secret
5+
# values
6+
'''(?:^|\/)_?guides\/security[^\/]+\.(html|adoc)$''',
7+
]

0 commit comments

Comments
 (0)