1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00
goreleaser/.github/gitleaks.toml
Carlos A Becker 857602a2aa
chore(ci): gitleaks ignore testdata
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-05-17 22:10:22 -03:00

7 lines
86 B
TOML

[[rules]]
id = "ignore-testdata"
[rules.allowlist]
paths = [
'''.*/testdata/*''',
]