Skip to content

Commit 5370129

Browse files
Update Jenkinsfile
1 parent ccd1cdb commit 5370129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

continuous-integration/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919
stage('Security analysis') {
2020
steps{
2121
sh "mkdir report"
22-
sh "docker run --rm --volume \"\$(pwd)\":/src --volume report:/report \ secfigo/bandit:latest"
22+
sh "docker run --rm --volume \"\$(pwd)\":/src --volume report:/report secfigo/bandit:latest"
2323
}
2424
}
2525
stage ("Dependency Check with Python Safety"){

0 commit comments

Comments
 (0)