diff --git a/Jenkinsfile b/Jenkinsfile index 8cfdb418e18aebe4766b8aec7ee513c711056d9c..6aafbd67de77e8493b06adc49add21ff4116e1fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -212,6 +212,23 @@ pipeline { } } } + + stage ('OWASP Dependency-Check Vulnerabilities') { + steps { + dependencyCheck additionalArguments: ''' + -o "./" + -s "./" + -f "ALL" + -d /dependency-check-data + --suppression dependency-check-supressions.xml + --disableKnownExploited + --noupdate + --disableArchive + --prettyPrint''', odcInstallation: 'dependency-check-owasp' + + dependencyCheckPublisher pattern: 'dependency-check-report.xml' + } + } } post { failure {