HI -
We are running version 7.4 Community Edition of SonarQube on Linux. I am trying to integrate the CheckMarx Reports so they can show in the Sonar Dashboards for the projects where scans have been completed via CheckMarx Plugin version 8.9.0.0 available in the Sonar marketplace. When we installed SonarQube, we chose to implement the web context root sonarqube. Our URL is
http://sonarQubeServer/sonarqube/
I enter the configuration for the CheckMark Server as outlined below from within SonarQube
[http://checkmarxServer/
Username
Password
Upon hitting test connection, nothing happens. Using the Develoepr tools in Chrome, I can see that the URL that is being used to connect/query the CheckMarx server for project is throwing the error message.
The URL that is being sent needs to include the webcontaxt root, so we can get our results.
http://sonarQubeServer/sonarqube/static/checkmarx/encryption/jquery-3.3.1.min.js
How do I go about making this configuration change? Is it SonarQube or CheckMarx that needs the update?
Thank you!