I'm having issues with displaying vulnerabilities on SonarQube. Here are the steps I followed:
Installed dependency-check-sonar-plugin version 1.0.3 on SonarQube.
Configured dashboard to include Vulnerabilities widjet.
Generated dependency report using: mvn org.owasp:dependency-check-maven:1.3.6:check -Dformat=XML.
Report was placed into [project]/target/dependency-check-report.xml
Ran sonar task: org.codehaus.mojo:sonar-maven-plugin:2.3:sonar Task completed successfully but I don't see data in the Vulnerabilities widjet. Anyone has idea what could prevent plugin from seeing report?
Thanks in advance! Rada