Add OWASP Dependency-Check integration for SonarQube
- Add sonar.dependencyCheck.jsonReportPath and htmlReportPath to sonar-project.properties - Add Dependency-Check action scanning composer.lock and package.json - Generate JSON and HTML reports for SonarQube analysis - Add to ci.yml sonarqube job and sonarqube.yml workflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,3 +11,5 @@ sonar.test.inclusions=tests/**/*.php,tests/js/**/*.test.js
|
||||
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
||||
sonar.eslint.reportPaths=eslint-report.json
|
||||
sonar.docker.hadolint.reportPaths=hadolint-dev.json,hadolint-prod.json
|
||||
sonar.dependencyCheck.jsonReportPath=dependency-check-report.json
|
||||
sonar.dependencyCheck.htmlReportPath=dependency-check-report.html
|
||||
|
||||
Reference in New Issue
Block a user