ci: gitleaks allowlist for test_data/ fixtures + Byron genesis (public on-chain data). Refs #300
All checks were successful
gitleaks / scan (push) Successful in 25s

This commit is contained in:
kayos 2026-05-28 12:16:11 -07:00
parent 6c1480720a
commit 123de1d2a1

18
.gitleaks.toml Normal file
View file

@ -0,0 +1,18 @@
# gitleaks config — pallas
#
# pallas is the Cardano serialization library. Its repo includes:
# - test fixtures in test_data/ and crates/*/test_data/ with vkeys,
# keyHashes, vssKeys — all public on-chain identifiers
# - mainnet-byron-genesis.json — the Byron genesis block which is
# PUBLIC chain data, ships signingKey/vssKey of original Byron
# delegates as part of the bootstrap state
# None of these are secrets in any operational sense.
[extend]
useDefault = true
[allowlist]
description = "Cardano test fixtures + Byron genesis (public on-chain data)"
paths = [
'''(.*/)?test_data/.*''',
]