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

This commit is contained in:
Amber McCloughan 2022-09-02 00:15:33 -04:00
parent 5945ee7a51
commit 620f7d5e63
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
steps { steps {
sh 'python -m pipenv verify' sh 'python -m pipenv verify'
sh 'python -m pipenv check --clear' sh 'python -m pipenv check --clear'
sh 'python -m pipenv run bandit -r .' sh 'python -m pipenv run bandit *.py'
} }
} }
stage('Build') { stage('Build') {