添加依赖扫描

This commit is contained in:
cheney 2022-09-01 18:33:43 +08:00
parent 52378b75f1
commit 62ae9cd733

View File

@ -1,5 +1,9 @@
mvn clean compile dependency-check:check call mvn clean compile dependency-check:check
mvn sonar:sonar ^ call mvn sonar:sonar ^
-Dsonar.projectKey=sydapi-sge-datebase ^ -Dsonar.projectKey=sydapi-sge-datebase ^
-Dsonar.host.url=http://172.16.17.236:9000 ^ -Dsonar.host.url=http://172.16.17.236:9000 ^
-Dsonar.login=3f3a85127ef9636cf37a39d8fbfe823b7e952481 -Dsonar.login=3f3a85127ef9636cf37a39d8fbfe823b7e952481 ^
-Dsonar.pdf.username=admin -Dsonar.pdf.password=admin ^
-Dsonar.dependencyCheck.jsonReportPath=target/dependency-check-report.json ^
-Dsonar.dependencyCheck.xmlReportPath=target/dependency-check-report.xml ^
-Dsonar.dependencyCheck.htmlReportPath=target/dependency-check-report.html