Testing
Apps/everybody-mov/pipeline/head This commit looks good Details

This commit is contained in:
Amber McCloughan 2022-09-01 00:47:17 -04:00
parent ceb8f92c19
commit 69e494f912
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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