| 12345678 |
- title = "gitleaks config"
- [[rules]]
- description = "Generic API Key"
- id = "generic-api-key"
- regex = '''(?i)((key|api|token|secret|password)[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([0-9a-zA-Z\-_=]{8,64})['\"]'''
- entropy = 3.7
- secretGroup = 4
|