mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
14 lines
321 B
TOML
14 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/.*'''
|
||
|
]
|