Skip to content

Commit 58cdcce

Browse files
author
Pavel Filipenský
committed
Add gitleaks configuration file to avoid false positives
Signed-off-by: Pavel Filipenský <[email protected]> Reviewed-by: Andreas Schneider <[email protected]> Autobuild-User(master): Pavel Filipensky <[email protected]> Autobuild-Date(master): Mon Feb 13 18:45:21 UTC 2023 on atb-devel-224
1 parent cc4e11d commit 58cdcce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitleaks.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# GitLeaks Repo Specific Configuration
3+
#
4+
# This allowlist is used to help Red Hat ignore false positives during its code
5+
# scans.
6+
7+
[allowlist]
8+
paths = [
9+
'''docs-xml/manpages/smbstatus.1.xml''',
10+
'''selftests/*''',
11+
'''source3/script/tests/*''',
12+
'''source4/dsdb/tests/*''',
13+
'''source4/torture/*''',
14+
'''testprogs/blackbox/*''',
15+
'''tests/*''',
16+
]

0 commit comments

Comments
 (0)