.gitleaks.toml 434 B

1234567891011121314
  1. # This is NOT the default gitleaks config. The default gitleaks config is located
  2. # here: https://github.com/gitleaks/gitleaks/blob/master/config/gitleaks.toml
  3. # This gitleaks config extends the default config and ignores secrets located in the `cmd/generate/config/rules`
  4. title = "Gitleaks development"
  5. [extend]
  6. useDefault = true
  7. [allowlist]
  8. paths = [
  9. '''(^|/)cmd/generate/config/rules''',
  10. '''.*test\.go''',
  11. '''testdata'''
  12. ]