Resolve "Integrate dependency-check container with Sonarqube"
Compare changes
- Raul Barreras authored
+ 8
− 23
@@ -5,7 +5,7 @@ stages:
@@ -19,7 +19,7 @@ Lint and Validate dockerfiles:
@@ -27,7 +27,7 @@ Make All Images:
@@ -35,38 +35,23 @@ Test Sonar Scanner:
- docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/static-code-analysis sonar-scanner -Dsonar.host.url=$SONAR_URL -Dsonar.projectKey=$CI_PROJECT_PATH_SLUG -Dsonar.sources=. -Dsonar.login=$SONAR_TOKEN -Dsonar.dependencyCheck.reportPath=dependency-check-report.xml -Dsonar.dependencyCheck.htmlReportPath=dependency-check-report.html