mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
20 lines
319 B
TOML
20 lines
319 B
TOML
title = "Gitleaks custom rules"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
[allowlist]
|
|
paths = [
|
|
'''vendor\/''',
|
|
'''(.*?)\.rptlibrary''',
|
|
'''pnpm-lock\.yaml''',
|
|
'''\.gitleaks\.toml$''',
|
|
'''(.*?)(jpg|gif|doc|pdf|bin)$'''
|
|
]
|
|
|
|
regexTarget = "match"
|
|
regexes = [
|
|
'''ABCDEFG1234567890''',
|
|
'''s\.aBCD123DEF456GHI789JKL012'''
|
|
]
|