superlint/.github/linters/.gitleaks-ignore-tests.toml

14 lines
321 B
TOML
Raw Normal View History

2024-01-30 14:24:55 -05:00
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/.*'''
]