Compare commits
2 Commits
624cf64c3b
...
9cf9067a64
Author | SHA1 | Date | |
---|---|---|---|
9cf9067a64 | |||
9f34c2d544 |
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -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') {
|
||||
when {
|
||||
expression {
|
||||
|
Reference in New Issue
Block a user