Integrate SonarQube with your AI agent, scan for secrets and dependency risks, and explore and manage issues—all from the command line.
Start using SonarQube CLI
My Sonar scan spends a lot of time analyzing code with Spotbugs rules but I cannot view the results in SonarQube. Where do I view the Spotbugs warnings in SonarQube interface ?
As long as I cannot view them, I’d rather disable the Spotbugs rules, but how ?
The plugin seems to work fine, it does the analysis and generates files like ./.scannerwork/path/to/project/findbugs-result.xml.
My issue is, Sonarqube does not show the results anywhere, or it is just that I can’t find them.
I noticed a property sonar.findbugs.reportpaths but that seems to be used to provide reports that are already generated by the build, for Sonar to re-use.
When I look into the “Issues” tab, it seems that it only shows typical Sonar warnings, not Spotbugs.
So where do I view the Spotbugs warnings in SonarQube interface ?