summaryrefslogtreecommitdiff
path: root/.gitlab/secret-detection-ruleset.toml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/secret-detection-ruleset.toml')
-rw-r--r--.gitlab/secret-detection-ruleset.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab/secret-detection-ruleset.toml b/.gitlab/secret-detection-ruleset.toml
index 5fcde57cad7..4a76fb22d00 100644
--- a/.gitlab/secret-detection-ruleset.toml
+++ b/.gitlab/secret-detection-ruleset.toml
@@ -4,3 +4,8 @@
[secrets.ruleset.identifier]
type = "gitleaks_rule_id"
value = "Password in URL"
+ [[secrets.passthrough]]
+ type = "file"
+ # note this must be gitleaks.toml
+ target = "gitleaks.toml"
+ value = "config/gitleaks.toml"