Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pstember committed Jul 29, 2019
1 parent 93e5dd9 commit dd81940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ pipeline {
sh 'npm install'
}
}
stage('') {
stage('Snyk') {
steps {
snykSecurity(failOnIssues: true)
snykSecurity(failOnIssues: true, snykInstallation: 'Snyk')
}
}
}
Expand Down

0 comments on commit dd81940

Please sign in to comment.