coverity / coverity-sonar-plugin

51 stars 27 forks source link

Can we use it with the https://scan.coverity.com instance ? #25

Open fpruvost opened 6 years ago

fpruvost commented 6 years ago

I'm trying tu use the plugin with the publicly available coverity instance https://scan.coverity.com

I don't know how to configure the sonar-project.properties

I was trying this way :

sonar.coverity.connect.hostname=https://scan.coverity.com
sonar.coverity.connect.username=fpruvost
sonar.coverity.connect.password=*****
sonar.coverity.project=Chameleon
sonar.coverity.enable=true

but I get the following error

ERROR: Error during SonarQube Scanner execution
javax.xml.ws.WebServiceException: URL WSDL non valide : http://[https://scan.coverity.com]:0/ws/v9/configurationservice?wsdl

so my question, can the plugin be used with this public instance and what should be sonar.coverity.connect.hostname in this case ?

Thanks

salomon1184 commented 6 years ago

private coverity instance failed too, same reason

jbriggs22 commented 6 years ago

@fpruvost I've contacted scan admin to ask about the availability of those web services (it's not a standard Coverity Connect setup). You may wish to do so yourself if you have more details (contact scan-admin@coverity.com)

jbriggs22 commented 6 years ago

@salomon1184, more details on your setup may be required, you should verify the configured host/port (sonar.coverity.connect.hostname / sonar.coverity.connect.port) and user credentials are correct. If you are still experiencing issues, I suggest contacting coverity-support@synopsys.com

fpruvost commented 6 years ago

@jbriggs22 ok thanks, I will contact them. I'll keep you posted.

anandkrv commented 3 years ago

I am also facing the same issue with this plugin, SQ v7.9.1 LTS, did anyone get Coverity support team response.

anandkrv commented 3 years ago

I am also facing the same issue with this plugin, SQ v7.9.1 LTS, did anyone get Coverity support team response. It worked for me, after assigning correct coverity properties.