Secure Sonarqube instance with Cloudflare Access

Hey there.

You might want to add your voice here:

The scanne itself runs on Java (and/or .NET Framework if you use the Scanner for .NET). It is possible to pass proxy information through the scanner via the SONAR_SCANNER_OPTS environment variable.

SONAR_SCANNER_OPTS="-Dhttp.proxyHost=proxy.mycompany.com -Dhttp.proxyPort=8080 -Dhttp.proxyUser=someUserName -Dhttp.proxyPassword=somePassword"

Maybe this is helpful?

1 Like