Co-authored-by: Claude <developers@lethean.io> Co-committed-by: Claude <developers@lethean.io>
10 lines
316 B
TOML
10 lines
316 B
TOML
# Gitleaks configuration for host-uk/core
|
|
# Test fixtures contain private keys for cryptographic testing — not real secrets.
|
|
|
|
[allowlist]
|
|
description = "Test fixture allowlist"
|
|
paths = [
|
|
'''pkg/crypt/pgp/pgp_test\.go''',
|
|
'''pkg/crypt/rsa/rsa_test\.go''',
|
|
'''pkg/crypt/openpgp/test_util\.go''',
|
|
]
|