chore: add gitleaks allowlist for upstream public test fixtures (not secrets)
Some checks failed
CI / Test (push) Has been cancelled
Some checks failed
CI / Test (push) Has been cancelled
This commit is contained in:
parent
816ebb3057
commit
d45e97a988
1 changed files with 19 additions and 0 deletions
19
.gitleaks.toml
Normal file
19
.gitleaks.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Sulkta gitleaks allowlist for this repo (a fork of ThetaDev/rustypipe).
|
||||
# These paths hold UPSTREAM YouTube API response fixtures, insta snapshot tests,
|
||||
# and the InnerTube client (which embeds the PUBLIC Google/NewPipe TV OAuth
|
||||
# secret present in every public clone). High-entropy IDs/tokens in this test
|
||||
# data false-positive as API keys. NOT Sulkta secrets.
|
||||
[extend]
|
||||
useDefault = true
|
||||
|
||||
[allowlist]
|
||||
description = "Upstream rustypipe YouTube fixtures + InnerTube client (public, not secrets)"
|
||||
paths = [
|
||||
'''testfiles/''',
|
||||
'''snapshots/''',
|
||||
'''notes/''',
|
||||
'''codegen/''',
|
||||
'''src/client/mod\.rs$''',
|
||||
'''src/client2/mod\.rs$''',
|
||||
'''gen_locales\.rs$''',
|
||||
]
|
||||
Reference in a new issue