Skip to content

Commit

Permalink
Adding security scan stage to pipeline. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalker5000 authored and oybed committed Feb 8, 2018
1 parent 0290d38 commit 97c3787
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ node('') {
sh "oc start-build ${env.APP_NAME} --from-dir=. --follow"
}

stage ('Security Scanning')
{
echo 'Security Scanning... please wait'
sleep 3
}

// no user changes should be needed below this point
stage ('Deploy to Dev') {
Expand Down

0 comments on commit 97c3787

Please sign in to comment.