Skip to content

Commit

Permalink
Remove bandit check
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Mar 14, 2023
1 parent 02f1174 commit 6ee1e32
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,6 @@ pipeline {
}
}

stage('Security scanner') {
steps {
ToxEnvRun('bandit-report')
script {
if (currentBuild.result == 'FAILURE') {
currentBuild.result = 'UNSTABLE'
}
}
}
post {
always {
HTMLReport("/tmp/bandit", 'index.html', 'Bandit report')
}
}
}

stage('Dependency check') {
steps {
ToxEnvRun('pip-missing-reqs')
Expand Down

0 comments on commit 6ee1e32

Please sign in to comment.