Welcome to mirror list, hosted at ThFree Co, Russian Federation.

secret-detection-ruleset.toml « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a76fb22d0095fa1a51f02f08b751464e3254dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"