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

new jenkins build agent

parent bd45d40c
No related branches found
No related tags found
No related merge requests found
...@@ -212,6 +212,23 @@ pipeline { ...@@ -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 { post {
failure { failure {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment