BCDevOps / sonarqube

An OpenShift-focused Docker build of Sonarqube
GNU Lesser General Public License v3.0
2 stars 33 forks source link

The update to sonarqube 8.4.2 has broken the zap-sonar-plugin #29

Open devinleighsmith opened 4 years ago

devinleighsmith commented 4 years ago

Documented on their repo here: https://github.com/Coveros/zap-sonar-plugin/issues/51

Until a new version of the zap-sonar-plugin is released the currently documented setup for running sonarqube on Openshift will not work. I was able to get things going by downgrading to 8.2-community, so there is a workaround.

WadeBarnes commented 4 years ago

https://github.com/BCDevOps/sonarqube/releases/8.2 contains SonarQube 8.2 Community Edition

The pre-built image for that is available here; https://hub.docker.com/r/bcgovimages/sonarqube

OtherDevOpsGene commented 3 years ago

@devinleighsmith Please try with sonar-zap-plugin-2.0.2. I did a massive code cleanup to get rid of ignored and deprecated classes, and it looks like it is working on SonarQube 8.5 for me now.