extend_rule_allowlist.toml 274 B

123456789101112
  1. title = "gitleaks extended 3"
  2. [extend]
  3. path="../testdata/config/extend_3.toml"
  4. [[rules]]
  5. id = "aws-secret-key-again-again"
  6. [rules.allowlist]
  7. commits = ['''abcdefg1''']
  8. regexes = ['''foo.+bar''']
  9. paths = ['''ignore\.xaml''']
  10. stopwords = ['''example''']