mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
owasp added
This commit is contained in:
parent
c23e5f6a2d
commit
a50df6fa72
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -45,6 +45,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('OWASP Dependency-Check') {
|
||||
steps {
|
||||
dependencyCheck additionalArguments: '--scan target/', odcInstallation: 'OWASP Check'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Maven Package') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue