Upgrade pip

This commit is contained in:
2025-06-04 21:58:42 +01:00
parent c1e9013353
commit 4a386dd4dc
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@@ -39,6 +39,7 @@ pipeline {
stage('Security scan') {
steps {
sh "docker kill sectest && docker rm sectest"
sh "docker run -d --name sectest registry.jakecharman.co.uk/jakecharman.co.uk:$BUILD_NUMBER"
sh "docker exec sectest pip3 install pip-audit --break-system-packages"
sh "docker exec sectest pip-audit"