Skip to content
Snippets Groups Projects
Commit 9ae6d0d3 authored by OZGCloud's avatar OZGCloud
Browse files

add jenkins dependency check config

parent e1f2bebf
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,19 @@ pipeline {
}
}
stage ('OWASP Dependency-Check Vulnerabilities') {
steps {
dependencyCheck additionalArguments: '''
-o "./"
-s "./"
-f "ALL"
--disableKnownExploited
--prettyPrint''', odcInstallation: 'dependency-check-owasp'
dependencyCheckPublisher pattern: 'dependency-check-report.xml'
}
}
stage('Maven Build') {
steps {
script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment