mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -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]
|
||||
description = "Allowlisted files"
|
||||
files = ['''^\.?gitleaks.toml$''',
|
||||
paths = ['''^\.?gitleaks.toml$''',
|
||||
'''(.*?)(png|jpg|gif|doc|docx|pdf|bin|xls|pyc|zip)$''',
|
||||
'''(go.mod|go.sum)$''']
|
||||
|
|
Loading…
Reference in a new issue