Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 62d1006

Browse files
authored
Update Jenkinsfile
1 parent 057e6aa commit 62d1006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
stage ('DAST') {
6060
steps {
6161
sshagent(['zap']) {
62-
sh 'ssh -o StrictHostKeyChecking=no [email protected] "docker run -t owasp/zap2docker-stable zap-baseline.py -t http://13.232.202.25:8080/webapp/" '
62+
sh 'ssh -o StrictHostKeyChecking=no [email protected] "docker run -t owasp/zap2docker-stable zap-baseline.py -t http://13.232.202.25:8080/webapp/" || true'
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)