mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
26 lines
461 B
TOML
26 lines
461 B
TOML
title = "Gitleaks custom rules"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
[allowlist]
|
|
paths = [
|
|
'''node_modules\/''',
|
|
'''vendor\/''',
|
|
'''(.*?)\.rptlibrary''',
|
|
'''package\.json''',
|
|
'''package-lock\.json''',
|
|
'''pnpm-lock\.yaml''',
|
|
'''composer\.json''',
|
|
'''composer\.lock''',
|
|
'''yarn\.lock''',
|
|
'''\.gitleaks\.toml$''',
|
|
'''(.*?)(jpg|gif|doc|pdf|bin)$'''
|
|
]
|
|
|
|
regexTarget = "match"
|
|
regexes = [
|
|
'''ABCDEFG1234567890''',
|
|
'''s.aBCD123DEF456GHI789JKL012'''
|
|
]
|