This commit is contained in:
2025-06-04 21:51:47 +01:00
parent 9cf9067a64
commit 4c1fcc60ed

2
Jenkinsfile vendored
View File

@@ -39,7 +39,7 @@ pipeline {
stage('Security scan') { stage('Security scan') {
steps { steps {
sh "docker run --name sectest registry.jakecharman.co.uk/jakecharman.co.uk:$BUILD_NUMNER" sh "docker run --name sectest registry.jakecharman.co.uk/jakecharman.co.uk:$BUILD_NUMBER"
sh "docker exec sectest pip3 install pip-audit" sh "docker exec sectest pip3 install pip-audit"
sh "docker exec sectest pip-audit" sh "docker exec sectest pip-audit"
} }