Skip to content

Commit 3cee09d

Browse files
committed
Enable OWASP check
1 parent 68f7eda commit 3cee09d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/groovy
22

3-
@Library(['github.com/indigo-dc/[email protected].5']) _
3+
@Library(['github.com/indigo-dc/[email protected].6']) _
44

55
pipeline {
66
agent {
@@ -74,7 +74,6 @@ pipeline {
7474
}
7575
}
7676

77-
/*
7877
stage('Dependency check') {
7978
agent {
8079
label 'docker-build'
@@ -85,7 +84,7 @@ pipeline {
8584
}
8685
post {
8786
always {
88-
OWASPDependencyCheckPublish()
87+
OWASPDependencyCheckPublish(report='**/dependency-check-report.xml')
8988
HTMLReport(
9089
"$WORKSPACE/DEEPaaS/deepaas",
9190
'dependency-check-report.html',
@@ -94,7 +93,6 @@ pipeline {
9493
}
9594
}
9695
}
97-
*/
9896

9997
stage('DockerHub delivery') {
10098
when {

0 commit comments

Comments
 (0)