bug_453.toml 398 B

12345678910111213141516
  1. title = "gitleaks config"
  2. [[rules]]
  3. description = "Asymmetric Private Key"
  4. regex = '''-----BEGIN ((EC|PGP|DSA|RSA|OPENSSH) )?PRIVATE KEY( BLOCK)?-----'''
  5. tags = ["key", "AsymmetricPrivateKey"]
  6. [[rules]]
  7. description = "Passwords"
  8. regex = '''(?i)password=(?i)'''
  9. tags = ["key", "Generic"]
  10. [[rules]]
  11. description = "secret secret.com"
  12. regex = '''(?i)secret\.com'''
  13. tags = ["key", "custom"]