mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
[PM-16534] Monorepo prep - Update checkmarx, renovate and gitignore (#4794)
This commit is contained in:
parent
1d02737093
commit
768f7a3fd9
@ -8,4 +8,4 @@ checkmarx:
|
|||||||
configs:
|
configs:
|
||||||
sast:
|
sast:
|
||||||
# Exclude test directories
|
# Exclude test directories
|
||||||
filter: "!app/src/test/**"
|
filter: "**/test/**,!**/androidTest/**,!**/commonTest/**,!**/jvmTest/**,!**/jsTest/**,!**/iosTest/**"
|
||||||
|
|||||||
1
.github/renovate.json
vendored
1
.github/renovate.json
vendored
@ -18,6 +18,7 @@
|
|||||||
"description": "Kotlin and Compose dependencies that must be updated together to maintain compatibility.",
|
"description": "Kotlin and Compose dependencies that must be updated together to maintain compatibility.",
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns": [
|
||||||
"androidx.compose:compose-bom",
|
"androidx.compose:compose-bom",
|
||||||
|
"androidx.lifecycle:*",
|
||||||
"org.jetbrains.kotlin.*",
|
"org.jetbrains.kotlin.*",
|
||||||
"com.google.devtools.ksp"
|
"com.google.devtools.ksp"
|
||||||
],
|
],
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -25,5 +25,6 @@ user.properties
|
|||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
/keystores/*.jks
|
/keystores/*.jks
|
||||||
/app/src/standardDebug/google-services.json
|
/app/src/standardBeta/google-services.json
|
||||||
/app/src/standardRelease/google-services.json
|
/app/src/standardRelease/google-services.json
|
||||||
|
/authenticator/src/google-services.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user