chore: add gitleaks allowlist for upstream public test fixtures (not secrets)
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
This commit is contained in:
parent
679dff9b3a
commit
f36077e8d8
1 changed files with 14 additions and 0 deletions
14
.gitleaks.toml
Normal file
14
.gitleaks.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Sulkta gitleaks allowlist for this repo (a fork of txpipe/pallas).
|
||||
# These paths hold UPSTREAM Cardano public test fixtures — the mainnet Byron
|
||||
# genesis, CBOR/native-script test vectors — whose high-entropy hex strings
|
||||
# false-positive as "generic-api-key". They are public on-chain / test data
|
||||
# present in every pallas clone. NOT secrets.
|
||||
[extend]
|
||||
useDefault = true
|
||||
|
||||
[allowlist]
|
||||
description = "Upstream Cardano public test fixtures (not secrets)"
|
||||
paths = [
|
||||
'''test_data/''',
|
||||
'''.*\.native$''',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue