Skip to content

Commit 1a61832

Browse files
Update Jenkinsfile
1 parent e9317cf commit 1a61832

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

continuous-integration/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ pipeline {
1616
git url: 'https://github.com/vanessakovalsky/python-api-handle-it.git'
1717
}
1818
}
19-
stage('Security analysis') {
19+
stage('Security analysis') {
2020
steps{
2121
sh "docker run --rm --volume \"\$(pwd)\" secfigo/bandit:latest"
2222
}
2323
}
24-
stage ("Dependency Check with Python Safety"){
24+
stage ("Dependency Check with Python Safety"){
2525
steps{
2626
catchError {
2727
sh "docker run --rm --volume \"\$(pwd)\" pyupio/safety:latest safety check"
@@ -30,7 +30,7 @@ pipeline {
3030
echo currentBuild.result
3131
}
3232
}
33-
stage ("Static Analysis with python-taint"){
33+
stage ("Static Analysis with python-taint"){
3434
steps{
3535
sh "docker run --rm --volume \"\$(pwd)\" vickyrajagopal/python-taint-docker pyt ."
3636
}

0 commit comments

Comments
 (0)