From 48e81b1c4dac68a978f308446d83add28681147e Mon Sep 17 00:00:00 2001 From: marius Date: Mon, 7 Jan 2019 21:06:18 +0100 Subject: [PATCH] split report creation and submission to Sonar --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68bdee4..98ab5e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,4 @@ sonarqube_master_job: - master script: - mvn --batch-mode org.owasp:dependency-check-maven:check - - mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN \ No newline at end of file + - mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN -D sonar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -D sonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML \ No newline at end of file