element-x-ada/.gitleaks.toml
Sulkta 983599ea34
Some checks failed
Code Quality Checks / Search for forbidden patterns (push) Failing after 2s
Code Quality Checks / Search for invalid screenshot files (push) Failing after 1s
Code Quality Checks / Search for invalid dependencies (push) Failing after 1s
Code Quality Checks / Konsist tests (push) Failing after 1s
Code Quality Checks / Compose tests (push) Failing after 1s
Code Quality Checks / Android lint check (push) Failing after 1s
Code Quality Checks / Detekt checks (push) Failing after 2s
Code Quality Checks / Ktlint checks (push) Failing after 2s
Code Quality Checks / Doc checks (push) Failing after 1s
Code Quality Checks / Check shell scripts (push) Failing after 1s
Code Quality Checks / Run zizmor (push) Failing after 2s
Create release App Bundle and APKs / Create App Bundle (Gplay) (push) Failing after 1s
Create release App Bundle and APKs / Create App Bundle Enterprise (push) Failing after 2s
Create release App Bundle and APKs / Create APKs (FDroid) (push) Failing after 2s
Sonar / Sonar Quality Checks (push) Failing after 2s
Test / Runs unit tests (push) Failing after 2s
Code Quality Checks / Project Check Suite (push) Has been skipped
chore: add gitleaks allowlist for upstream public client config (not secrets)
2026-06-28 22:42:29 -07:00

19 lines
730 B
TOML

# Sulkta gitleaks allowlist for this repo (a fork of vector-im/element-x-android).
# These paths hold UPSTREAM Element X public client configuration — Firebase
# google-services.json (client API keys, public-by-design, restricted by app
# signing), PostHog / MapTiler / Localazy client keys, and login default
# endpoints — all present in the upstream public repo. NOT Sulkta secrets.
[extend]
useDefault = true
[allowlist]
description = "Upstream Element X public client config (not secrets)"
paths = [
'''google-services\.json$''',
'''localazy\.json$''',
'''tools/localazy/''',
'''features/location/''',
'''docs/maps\.md$''',
'''ElementClassicConnection\.kt$''',
'''services/analyticsproviders/posthog/''',
]