allowlist_global_files.toml 246 B

123456789
  1. [[rules]]
  2. description = "AWS Access Key"
  3. regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}'''
  4. tags = ["key", "AWS"]
  5. [allowlist]
  6. description = "Allowlisted files"
  7. paths = ['''.py''']
  8. files = ['''.md$''']