Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for filterEnvironmentVariables (0.07 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt

    val credentialsKeywords = listOf(
        "api_key",
        "access_key",
        "apikey",
        "accesskey",
        "password",
        "token",
        "credential",
        "auth"
    )
    
    
    fun Test.filterEnvironmentVariables(inheritDevelocityAccessToken: Boolean) {
        environment = makePropagatedEnvironment()
        environment.forEach { (key, _) ->
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Oct 15 18:27:39 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top