From: David Galloway Date: Mon, 8 Aug 2022 17:57:36 +0000 (-0400) Subject: .gitleaks.toml: Allowlist cephadm test X-Git-Tag: v18.0.0~308^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47503%2Fhead;p=ceph.git .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 --- diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 0000000000000..4e997318cab7f --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,6 @@ +# This file tells Red Hat InfoSec's gitleaks scanner to ignore these paths +[allowlist] + description = "Allowlist" + paths = [ + '''src/cephadm/tests/''', + ]