We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5370129 commit 70ee9e2Copy full SHA for 70ee9e2
1 file changed
continuous-integration/Jenkinsfile
@@ -16,12 +16,12 @@ pipeline {
16
git url: 'https://github.com/vanessakovalsky/python-api-handle-it.git'
17
}
18
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
+ //stage('Security analysis') {
+ // steps{
+ // sh "mkdir report"
+ // sh "docker run --rm --volume \"\$(pwd)\":/src --volume report:/report secfigo/bandit:latest"
+ // }
+ //}
25
stage ("Dependency Check with Python Safety"){
26
steps{
27
catchError {
0 commit comments