Files
infisical/cli/testdata/config/escaped_character_group.toml
2023-05-17 13:08:00 -04:00

8 lines
253 B
TOML

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