diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb894c2..68bdee4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,4 +3,5 @@ sonarqube_master_job: only: - 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