We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0b06c commit 8e68d58Copy full SHA for 8e68d58
.gitleaks.toml
@@ -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