I installed dependency-check plugin in sonarqube but report is not generating, it says no HTML report found. Dependency-Check error message
I'm trying to install dependency-check plugin in sonarqube to get dependency report. I installed plugin in 'Marketplace' when ever I run scanning report is not generating.It says "No HTML-Report found. Please check property sonar.dependencyCheck.htmlReportPath"
I added below properties to generate report in specified target path in "sonar-project.properties" file sonar.dependencyCheck.jsonReportPath=/home/ubuntu/dependency-check-report/dependency-check-report.json sonar.dependencyCheck.htmlReportPath=/home/ubuntu/dependency-check-report/dependency-check-report.html sonar.dependencyCheck.summarize=true
correct me if I'm wrong I'm new to sonarqube.