Skip to content
Snippets Groups Projects
Commit 70a2e916 authored by OZGCloud's avatar OZGCloud
Browse files

new jenkins build agent

parent bd45d40c
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment