mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
58cdcce582
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org> Autobuild-Date(master): Mon Feb 13 18:45:21 UTC 2023 on atb-devel-224
17 lines
375 B
TOML
17 lines
375 B
TOML
#
|
|
# GitLeaks Repo Specific Configuration
|
|
#
|
|
# This allowlist is used to help Red Hat ignore false positives during its code
|
|
# scans.
|
|
|
|
[allowlist]
|
|
paths = [
|
|
'''docs-xml/manpages/smbstatus.1.xml''',
|
|
'''selftests/*''',
|
|
'''source3/script/tests/*''',
|
|
'''source4/dsdb/tests/*''',
|
|
'''source4/torture/*''',
|
|
'''testprogs/blackbox/*''',
|
|
'''tests/*''',
|
|
]
|