Adding comment
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-01 00:19:44 -04:00
parent 54f91be166
commit 23bbbb9845
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ pipeline {
} }
} }
stage('Check') { stage('Check') {
// Security check.
steps { steps {
sh 'python -m pipenv run bandit -r .' sh 'python -m pipenv run bandit -r .'
} }