8 lines
199 B
TOML
Executable File
8 lines
199 B
TOML
Executable File
title = "gitleaks config"
|
|
|
|
[[rules]]
|
|
description = "Discord API key"
|
|
regex = '''(?i)(discord[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([a-h0-9]{64})['\"]'''
|
|
secretGroup = 5
|
|
entropy = 3.5
|