summaryrefslogtreecommitdiffstats
path: root/.gitleaks.toml
diff options
context:
space:
mode:
Diffstat (limited to '.gitleaks.toml')
-rw-r--r--.gitleaks.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitleaks.toml b/.gitleaks.toml
new file mode 100644
index 000000000..4e997318c
--- /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/''',
+ ]