which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
what are you trying to achieve
what have you tried so far to achieve this
Hi All
We are getting the below error messages while integrating Sonarqube with Azure Devops and the exact error message is
##[error][SQ] API GET ‘/api/server/version’ failed, error was: {“code”:“ETIMEDOUT”,“errno”:“ETIMEDOUT”,“syscall”:“connect”,“address”:"****",“port”:9000}
Please can you suggest what needs to be done here as we are using the latest community edition on EC2 instance hosted on aws with proper set of ingress rules allowed for AZD ip ranges.
Hi Michael
Yes i tried pinging the ip address for azure devops url after doing nslookup on the server and the result were positive for the ping with 0 packets of data loss.
If the problem is the analysis, you can run sonarqube analysis on a self hosted azure devops agent. Since you are hosting it, it will be able to contact your sonarqube instance.
You can authorize Azure DevOps Service to work with on-prem assets (ex. build agents directly which ping/pull from inside, or through a VPN pipe connection to something self-hosted).
All our systems are FedRAMP High and SonarCloud requires source code on your SaaS infrastructure.
Is SonarCloud hosted in a FedRAMP High infrastructure (ex. GovCloud, or Azure Government, or your own certified)?
If not, how is data at rest protected?
Does SonarCloud do anything with code other than its analysis (ex. gather/resell data or analytics similar to google and facebook, etc.)?
Does Sonar have any intention of enabling a SonarQube instance for the Azure DevOps Service?