Hi,
I have a custom docker image that contains sonarqube-9.9.5.90363 and sonar-scanner-cli 6.0.0.4432. When running sourceanalyzer to scan a project, there’s an additional step that tries to hit the sonarcloud api endpoint - https://api.sonarcloud.io/analysis/…
It appears that sonarscanner cli 6.0 has included automatic analysis to sonarcloud.
I am currently with limited network access which does not whitelist sonarcloud api endpoint. Is there any way that I can disable the automatic analysis to sonarcloud and just let the remaining scan to proceed? I am only facing this issue when i upgrade sonarscanner cli from v5 to v6.
Given that I am running this as a image for cicd pipeline (which is not able to access the UI), is there any command parameters that i can include in to disable automatic analysis when running the sourceanalyzer on cli?
Any help is greatly appreciated. Thank you?