Skip to content

Commit 51a57f9

Browse files
Update Jenkinsfile
1 parent 01b7fd9 commit 51a57f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

continuous-integration/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ pipeline {
1818
}
1919
stage('Security analysis') {
2020
steps{
21-
sh "docker run --rm --volume \"\$(pwd)\":/src secfigo/bandit:latest"
21+
sh "mkdir report"
22+
sh "docker run --rm --volume \"\$(pwd)\":/src --volume report:/report \ secfigo/bandit:latest"
2223
}
2324
}
2425
stage ("Dependency Check with Python Safety"){

0 commit comments

Comments
 (0)