问题:sonar找不到XML-Dependency-Check report 或HTML-Dependency-Check report 在使用sonarQube进行代码扫描的时候碰到如下错误: 发现路径上的${WORKSPACE}有问题,其实解决起来很简单,去sonarQube的控制台,进入配置-通用配置Dependency-Check,将里面默认的“${WORKSPACE}/”去掉,保存即可,注意后面的斜杠需要一并去掉 再次...
dependency-check version: 3.2.1 Report Generated On: 六月 21, 2018 at 09:57:00 +00:00 Dependencies Scanned: 1 (1 unique) Vulnerable Dependencies: 0 Vulnerabilities Found: 0 Vulnerabilities Suppressed: 0 ... NVD CVE 2002: 08/06/2018 07:56:00 NVD CVE 2003: 06/05/2018 07:02:06 NVD ...
Describe the bug Running org.owasp:dependency-check-maven:5.2.0:aggregate goal on project generates single HTML report, while adding -pl module1, module2,... -am does not. Version of dependency-check used maven plugin 5.2.0 Are there any...
2 changes: 1 addition & 1 deletion 2 sonar-dependency-check-plugin/src/test/resources/reason/build.gradle @@ -35,7 +35,7 @@ dependencyCheck { sonarqube { properties { property 'sonar.dependencyCheck.reportPath', 'build/reports/dependency-check-report.xml' property 'sonar.dependencyC...
Hi I am struggling a bit with the reports from the pipeline plugin for dependency check When you were running a standalone job, you have a html file that contains all the info about the report, which dependencies have been analysed, etc...
Whitespace Ignore whitespace Split Unified 1,031 changes: 53 additions & 978 deletions 1,031 report-sample/dependency-check-report.html Load diff Large diffs are not rendered by default. 0 comments on commit 48862d6 Please sign in to comment. Footer...
When running this plugin on an android project Im getting the error below. Command: ./gradlew dependencyCheck --info Note that this error occurs only when putting the plugin on the app's build.gradle and not on the project level build.gr...
Hi, we are using the dependency check Gradle plugin to scan our multi-module Kotlin project. Everything worked as expected until version 10.0.3 (included) but after the update to version 10.0.4 the result of the dependencyCheckAggregate ...
[dependency-check] Unable to connect to the database SQLException: java.sql.SQLException: No suitable driver found for jdbc:h2:file:D:\path\to\my\dependency-check\odc;AUTOCOMMIT=ON;CACHE_SIZE=65536;RETENTION_TIME=1000;MAX_COMPACT_TIME=10000; at java.sql.DriverManager.getConnection(DriverManager.ja...
I can do it through editing thepom.xmlfile by adding (once I have already run a check): <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> <version>5.3.2</version> <configuration> <reportSets> <reportSet> <reports> <report>aggregate</report> </repor...