gitleaks: drop broad docs/.* allowlist (hid a fork scratch doc) — scope to the 2 docs that need it; future scratch docs now scanned
All checks were successful
gitleaks / scan (push) Successful in 1m14s

This commit is contained in:
Cobb 2026-06-27 12:59:05 -07:00
parent 4a5671d6d7
commit b630d0d4fb

View file

@ -9,7 +9,10 @@
# this as public-by-design (all real auth goes through FirebaseAuth)
# - Segment readKey: client-side write key
# - user_signing_key in KDoc comments: example values in doc-strings
# - docs/ + *Test.kt files: scratch + test fixtures, never live credentials
# - docs/maps.md + *Test.kt: public MapTiler client-token fixtures
# - docs/build-logs/ssss-roundtrip-result.md: a DEAD test SSSS key (testbot
# @testbot-elementx locked 2026-06-27); the broad docs/.* glob was REMOVED
# because it had hidden this fork-added scratch doc from CI
[extend]
useDefault = true
@ -17,7 +20,8 @@ useDefault = true
[allowlist]
description = "Public client keys (PostHog, MapTiler, Firebase, Segment) + docs + test fixtures"
paths = [
'''docs/.*''',
'''docs/maps\.md''',
'''docs/build-logs/ssss-roundtrip-result\.md''',
'''.*/google-services\.json''',
'''.*Test\.kt''',
'''localazy\.json''',