Skip to content

Commit 01b7fd9

Browse files
Update Jenkinsfile
1 parent 1a61832 commit 01b7fd9

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
@@ -18,7 +18,7 @@ pipeline {
1818
}
1919
stage('Security analysis') {
2020
steps{
21-
sh "docker run --rm --volume \"\$(pwd)\" secfigo/bandit:latest"
21+
sh "docker run --rm --volume \"\$(pwd)\":/src secfigo/bandit:latest"
2222
}
2323
}
2424
stage ("Dependency Check with Python Safety"){

0 commit comments

Comments
 (0)