superlint/.github/linters/.gitleaks-ignore-tests.toml
2024-01-30 19:24:55 +00:00

13 lines
321 B
TOML

title = "gitleaks config"
[extend]
# useDefault will extend the base configuration with the default gitleaks config:
# https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
useDefault = true
[allowlist]
description = "Allow secrets in test files"
paths = [
'''.*/test/linters/gitleaks/bad/.*'''
]