mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-14 09:58:09 -05:00
9 lines
255 B
TOML
9 lines
255 B
TOML
title = "gitleaks config"
|
|
|
|
[[rules]]
|
|
description = "Generic API Key"
|
|
id = "generic-api-key"
|
|
regex = '''(?i)((key|api|token|secret|password)[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([0-9a-zA-Z\-_=]{8,64})['\"]'''
|
|
entropy = 3.7
|
|
secretGroup = 4
|