mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
9 lines
222 B
TOML
Executable File
9 lines
222 B
TOML
Executable File
title = "gitleaks config"
|
|
|
|
[[rules]]
|
|
id = "discord-api-key"
|
|
description = "Discord API key"
|
|
regex = '''(?i)(discord[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([a-h0-9]{64})['\"]'''
|
|
secretGroup = 3
|
|
entropy = 3.5
|