mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Fix .gitleaks.toml template (#3036)
Use `paths` for the `[allowlist]` section instead of an invalid `files`
This commit is contained in:
parent
f0a07fdc80
commit
c87d895802
1 changed files with 1 additions and 1 deletions
|
@ -170,6 +170,6 @@ title = "gitleaks config"
|
||||||
|
|
||||||
[allowlist]
|
[allowlist]
|
||||||
description = "Allowlisted files"
|
description = "Allowlisted files"
|
||||||
files = ['''^\.?gitleaks.toml$''',
|
paths = ['''^\.?gitleaks.toml$''',
|
||||||
'''(.*?)(png|jpg|gif|doc|docx|pdf|bin|xls|pyc|zip)$''',
|
'''(.*?)(png|jpg|gif|doc|docx|pdf|bin|xls|pyc|zip)$''',
|
||||||
'''(go.mod|go.sum)$''']
|
'''(go.mod|go.sum)$''']
|
||||||
|
|
Loading…
Reference in a new issue