added docker stage

This commit is contained in:
prasannakumar 2024-06-21 09:23:31 +05:30
parent 8bafe17be3
commit 64eef4abd5

3
Jenkinsfile vendored
View file

@ -49,6 +49,9 @@ pipeline {
} }
} }
stage('OWASP Dependency-Check') { stage('OWASP Dependency-Check') {
when {
branch 'Release'
}
steps { steps {
dependencyCheck additionalArguments: '--scan target/', odcInstallation: 'OWASP Check' dependencyCheck additionalArguments: '--scan target/', odcInstallation: 'OWASP Check'
} }