chore: add gitleaks allowlist for upstream public client config (not secrets)
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
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
This commit is contained in:
parent
d9403a0838
commit
983599ea34
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 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/''',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue