Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Add OWASP ZAP stage to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 11, 2024
1 parent 2291e53 commit 48fe88c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ pipeline {
}
}
}
stage('OWASP ZAP')
steps {
script {
startZap(
host: '13.49.230.240',
port: 80,
zapHome: '/opt/zaproxy',
)
}
}
stage('jest') {
steps {
dir ('next/news-aggregation') {
Expand Down

0 comments on commit 48fe88c

Please sign in to comment.