Hey there.
- For anything related to Dependency Check, you’ll need to raise an issue with them on GitHub. GitHub - dependency-check/dependency-check-sonar-plugin: Integrates Dependency-Check reports into SonarQube
- For JaCoCo, SonarQube is only involved in reading the report (it doesn’t care how it’s generated). The JaCoCo Ant tasks might help you. Do you have an XML JaCoCo report already being generated? If so, what do the logs say about importing it?