mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
12 lines
295 B
TOML
12 lines
295 B
TOML
[secrets]
|
|
[[secrets.ruleset]]
|
|
disable = true
|
|
[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"
|