11 lines
295 B
TOML
11 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"
|