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

Merge pull request 'new jenkins build agent' (#329) from new-jenkings-build-agent into master

parents bd45d40c 280c6710
No related branches found
No related tags found
No related merge requests found
pipeline { pipeline {
agent { agent {
node { node {
label 'jenkins-build-agent-nodejs-18' label 'ozgcloud-jenkins-build-agent'
} }
} }
...@@ -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