Hey Richard!
I’m pretty sure this has to do with the Scanner CLI v6.0 moving over to using a sonar.scanner.javaOpts
analysis parameter instead of a SONAR_SCANNER_OPTS
environment variable (although I guess according to the docs you can use SONAR_SCANNER_JAVA_OPTS
now). In your logs, it’s clear you’re using SONAR_SCANNER_OPTS
to pass proxy information.
- I am personally confused by what happened to
SONAR_SCANNER_OPTS
and if it should still be backwards compatible, and I’m going to follow up on this - You can keep using v5 of the scanner, or migrate to using either the new analysis parameter or environment variable.