ceph/.gitleaks.toml
David Galloway 2fbcb6f9e6 .gitleaks.toml: Allowlist cephadm test
I signed up for Red Hat's gitleaks scanning service.  The self-signed key is just for testing purposes.

Signed-off-by: David Galloway <dgallowa@redhat.com>
2022-08-08 13:57:36 -04:00

7 lines
161 B
TOML

# This file tells Red Hat InfoSec's gitleaks scanner to ignore these paths
[allowlist]
description = "Allowlist"
paths = [
'''src/cephadm/tests/''',
]