aws_key_allowlist_files.toml 519 B

1234567891011121314
  1. [[rules]]
  2. description = "AWS Manager ID"
  3. regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}'''
  4. tags = ["key", "AWS"]
  5. [[rules.allowlist]]
  6. description = "ignore md files"
  7. file = '''(.*)?md$'''
  8. [[rules.allowlist]]
  9. description = "ignore this regex"
  10. regex = '''ignore$'''
  11. [[rules.allowlist]]
  12. description = "ignore regex and md files"
  13. regex = '''ignore$'''
  14. file = '''(.*)?md$'''