We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f0da5 commit 58eda0cCopy full SHA for 58eda0c
.gitleaks.toml
@@ -0,0 +1,8 @@
1
+[allowlist]
2
+ description = "Global Allowlist"
3
+
4
+ # Ignore based on any subset of the file path
5
+ paths = [
6
+ # Ignore all test files
7
+ '''**/src/test/**''',
8
+ ]
0 commit comments