Compare commits

...

2 Commits

8
Jenkinsfile vendored
View File

@@ -37,6 +37,14 @@ pipeline {
} }
} }
stage('Security scan') {
steps {
sh "docker run --name sectest registry.jakecharman.co.uk/jakecharman.co.uk:$BUILD_NUMNER"
sh "docker exec sectest pip3 install pip-audit"
sh "docker exec sectest pip-audit"
}
}
stage('Push to registry') { stage('Push to registry') {
when { when {
expression { expression {