escaped_character_group.toml 253 B

12345678
  1. title = "gitleaks config"
  2. # https://learnxinyminutes.com/docs/toml/ for toml reference
  3. [[rules]]
  4. id = "pypi-upload-token"
  5. description = "PyPI upload token"
  6. regex = '''pypi-AgEIcHlwaS5vcmc[A-Za-z0-9\-_]{50,1000}'''
  7. tags = ["key", "pypi"]