mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-19 19:02:42 +00:00
15 lines
403 B
TOML
15 lines
403 B
TOML
title = "gh-action-readme gitleaks configuration"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
# Allowlist for test files and fixtures that intentionally contain placeholder tokens.
|
|
# These are not real secrets and are used only for testing purposes.
|
|
[[allowlists]]
|
|
description = "Test fixture files containing placeholder tokens"
|
|
paths = [
|
|
'''testutil/test_constants\.go''',
|
|
'''.*_test\.go''',
|
|
'''testdata/.*''',
|
|
]
|