Skip to content

Commit 70ee9e2

Browse files
Comment security analysus error missing file
1 parent 5370129 commit 70ee9e2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

continuous-integration/Jenkinsfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ pipeline {
1616
git url: 'https://github.com/vanessakovalsky/python-api-handle-it.git'
1717
}
1818
}
19-
stage('Security analysis') {
20-
steps{
21-
sh "mkdir report"
22-
sh "docker run --rm --volume \"\$(pwd)\":/src --volume report:/report secfigo/bandit:latest"
23-
}
24-
}
19+
//stage('Security analysis') {
20+
// steps{
21+
// sh "mkdir report"
22+
// sh "docker run --rm --volume \"\$(pwd)\":/src --volume report:/report secfigo/bandit:latest"
23+
// }
24+
//}
2525
stage ("Dependency Check with Python Safety"){
2626
steps{
2727
catchError {

0 commit comments

Comments
 (0)