You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: Is there a way to send the results of findbugs from groovy to sonarqube?
In Jenkins, I'm using FindBugs against my compiled groovy and it outputs an xml file of its findings. I then call sonarqube and I supply the property sonar.findbugs.report=<PATH_TO_XML>
However, I never see these results in sonarqube under the java quality profile or the groovy quality profile.
Notes: Jenkins Findbugs plugin does display the results properly.
Is there a way to force the findbugs findings to be reported under a quality profile that doesn't have findbugs? Or have findbugs plugin report under the groovy quality profile?
I just need a place for the findbugs groovy results to be placed on sonarqube.
Environment
Component
Version
SonarQube
7.1.0.11001
Sonar-FindBugs
3.7.0
Gradle
4.6
Java
1.8.0_161
The text was updated successfully, but these errors were encountered:
Issue Description
Question: Is there a way to send the results of findbugs from groovy to sonarqube?
In Jenkins, I'm using FindBugs against my compiled groovy and it outputs an xml file of its findings. I then call sonarqube and I supply the property sonar.findbugs.report=<PATH_TO_XML>
However, I never see these results in sonarqube under the java quality profile or the groovy quality profile.
Notes: Jenkins Findbugs plugin does display the results properly.
Is there a way to force the findbugs findings to be reported under a quality profile that doesn't have findbugs? Or have findbugs plugin report under the groovy quality profile?
I just need a place for the findbugs groovy results to be placed on sonarqube.
Environment
The text was updated successfully, but these errors were encountered: