Skip to content

Commit

Permalink
Add url scanning to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Mar 12, 2024
1 parent 81232fb commit b9e7e8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ pipeline {
}
}

stage('Scan for internal URLs') {
steps {
script {
detectInternalUrls()
}
}
}

stage('Get InfraPool ExecutorV2 Agent') {
steps {
script {
Expand Down

0 comments on commit b9e7e8d

Please sign in to comment.