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
All checks were successful
gitleaks / scan (push) Successful in 25s
This commit is contained in:
parent
6c1480720a
commit
123de1d2a1
1 changed files with 18 additions and 0 deletions
18
.gitleaks.toml
Normal file
18
.gitleaks.toml
Normal 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/.*''',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue