This repository has been archived on 2026-06-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rustypipe/.gitleaks.toml
2026-06-28 22:28:52 -07:00

19 lines
668 B
TOML

# 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$''',
]