You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our scanner does not currently fully support some scenarios. The bootstrapping asks for their support.
sonar.scanner.truststorePath -> use in httpclient in provisioning and pass to the scanner.cli
sonar.scanner.truststorePassword -> use in httpclient in provisioning and pass to the scanner.cli
sonar.scanner.keystorePath -> use in httpclient in provisioning and pass to the scanner.cli (overlaps with our sonar.clientcert.path property)
sonar.scanner.keystorePassword -> use in httpclient in provisioning and pass to the scanner.cli (overlaps with our sonar.clientcert.password property)
sonar.scanner.proxyHost -> use in httpclient in provisioning and pass to the scanner.cli
sonar.scanner.proxyUser -> use in httpclient in provisioning and pass to the scanner.cli
sonar.scanner.proxyPassword -> use in httpclient in provisioning and pass to the scanner.cli
The text was updated successfully, but these errors were encountered:
costin-zaharia-sonarsource
changed the title
Add support for JRE provisioning: parameters update
Add support for JRE provisioning: parameters support [phase 2]
Jun 27, 2024
Internal working document.
Our scanner does not currently fully support some scenarios. The bootstrapping asks for their support.
sonar.scanner.truststorePath
-> use in httpclient in provisioning and pass to the scanner.clisonar.scanner.truststorePassword
-> use in httpclient in provisioning and pass to the scanner.clisonar.scanner.keystorePath
-> use in httpclient in provisioning and pass to the scanner.cli (overlaps with our sonar.clientcert.path property)sonar.scanner.keystorePassword
-> use in httpclient in provisioning and pass to the scanner.cli (overlaps with our sonar.clientcert.password property)sonar.scanner.proxyHost
-> use in httpclient in provisioning and pass to the scanner.clisonar.scanner.proxyUser
-> use in httpclient in provisioning and pass to the scanner.clisonar.scanner.proxyPassword
-> use in httpclient in provisioning and pass to the scanner.cliThe text was updated successfully, but these errors were encountered: