mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
added docker stage
This commit is contained in:
parent
8bafe17be3
commit
64eef4abd5
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -49,6 +49,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('OWASP Dependency-Check') {
|
||||
when {
|
||||
branch 'Release'
|
||||
}
|
||||
steps {
|
||||
dependencyCheck additionalArguments: '--scan target/', odcInstallation: 'OWASP Check'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue