mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
8 lines
253 B
TOML
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"] |