generic_with_py_path.toml 272 B

123456789
  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. path = '''.py'''
  7. entropy = 3.7
  8. secretGroup = 4