]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.gitleaks.toml: Allowlist cephadm test 47503/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 8 Aug 2022 17:57:36 +0000 (13:57 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 8 Aug 2022 17:57:36 +0000 (13:57 -0400)
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>
.gitleaks.toml [new file with mode: 0644]

diff --git a/.gitleaks.toml b/.gitleaks.toml
new file mode 100644 (file)
index 0000000..4e99731
--- /dev/null
@@ -0,0 +1,6 @@
+# This file tells Red Hat InfoSec's gitleaks scanner to ignore these paths
+[allowlist]
+  description = "Allowlist"
+  paths = [
+    '''src/cephadm/tests/''',
+  ]