| 1234567891011121314 |
- [[rules]]
- description = "AWS Manager ID"
- regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}'''
- tags = ["key", "AWS"]
- [[rules.allowlist]]
- description = "ignore md files"
- file = '''(.*)?md$'''
- [[rules.allowlist]]
- description = "ignore this regex"
- regex = '''ignore$'''
- [[rules.allowlist]]
- description = "ignore regex and md files"
- regex = '''ignore$'''
- file = '''(.*)?md$'''
|