Update Jenkinsfile

This commit is contained in:
2026-02-19 13:14:06 +09:00
parent 5b57c9b9f7
commit 5d7eb8e855

2
Jenkinsfile vendored
View File

@@ -73,7 +73,7 @@ pipeline {
echo '🔒 Running static security analysis...'
sh '''
source venv/bin/activate
. venv/bin/activate
# Bandit - Python security scanner
bandit -r . \