sonar-scanner-msbuild icon indicating copy to clipboard operation
sonar-scanner-msbuild copied to clipboard

Add support for JRE provisioning: parameters support [phase 2]

Open costin-zaharia-sonarsource opened this issue 7 months ago • 1 comments

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.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