Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit a9a3889

Browse files
authored
Include allowed paths for gitleak tool (#288)
Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
1 parent dfdf5ab commit a9a3889

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitleaks.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[allowlist]
2+
description = "Global Allowlist"
3+
4+
# Ignore based on any subset of the file path
5+
paths = [
6+
'''e2e_test''',
7+
]

0 commit comments

Comments
 (0)