generic.toml 255 B

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