隔离上游 Firebase 并加固构建安全 - #33
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
legado.jks和测试工作流中的硬编码签名配置Test Build收敛为单元测试和 Debug APK 构建,失败时立即停止原因
该仓库作为独立开发仓库,不应继续向上游 Firebase 项目发送遥测数据,也不应使用公开签名身份。原测试工作流还允许 Gradle 构建失败后继续执行,可能产生误导性的成功结果。
影响
RELEASE_KEY_STORE、RELEASE_STORE_PASSWORD、RELEASE_KEY_ALIAS和RELEASE_KEY_PASSWORDSecrets验证
:app:testAppDebugUnitTest:通过:app:assembleAppDebug:通过openspec validate --all --strict:通过git diff --check:通过后续