ac6d2fad4a
The added gitleaks configuration file uses 'tests/*' as the pattern of paths allowed to contain private keys. This avoids false positives during code scans caused by private keys used for testing. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
11 строки
180 B
TOML
11 строки
180 B
TOML
#
|
|
# GitLeaks Repo Specific Configuration
|
|
#
|
|
# This allowlist is used to help Red Hat ignore false positives during its code
|
|
# scans.
|
|
|
|
[allowlist]
|
|
paths = [
|
|
'''tests/*''',
|
|
]
|