extend_rule_allowlist_and.toml 348 B

1234567891011121314
  1. title = "gitleaks extended 3"
  2. [extend]
  3. path="../testdata/config/valid/extend_rule_allowlist_base.toml"
  4. [[rules]]
  5. id = "aws-secret-key-again-again"
  6. [[rules.allowlists]]
  7. condition = "AND"
  8. commits = ['''abcdefg1''']
  9. regexes = ['''foo.+bar''']
  10. regexTarget = "line"
  11. paths = ['''ignore\.xaml''']
  12. stopwords = ['''example''']