adisreyaj / vscode-sonarqube-status

Get the result of the Sonar Qube analysis from your CICD pipeline right inside VSCode.
https://marketplace.visualstudio.com/items?itemName=adisreyaj.sonarqube-status
8 stars 8 forks source link

does not work for local sonar server #6

Closed gautam-shipt closed 4 years ago

gautam-shipt commented 4 years ago

I have a local sonar cube server running on a docker image . the address is http://localhost:9000 When I provide this information it fails I verified the scan works with same address and key I testing using the command line scanner . I tried removing the port from the address it does not give error but do not perform the scan.

adisreyaj commented 4 years ago

Issue has been addressed in this commit 33a09446ecd5f4aa911eabe8a5d8e17a3c5e4687

New version (v0.2.0) has been pushed to Marketplace.