We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9317cf commit 1a61832Copy full SHA for 1a61832
1 file changed
continuous-integration/Jenkinsfile
@@ -16,12 +16,12 @@ pipeline {
16
git url: 'https://github.com/vanessakovalsky/python-api-handle-it.git'
17
}
18
19
- stage('Security analysis') {
+ stage('Security analysis') {
20
steps{
21
sh "docker run --rm --volume \"\$(pwd)\" secfigo/bandit:latest"
22
23
24
- stage ("Dependency Check with Python Safety"){
+ stage ("Dependency Check with Python Safety"){
25
26
catchError {
27
sh "docker run --rm --volume \"\$(pwd)\" pyupio/safety:latest safety check"
@@ -30,7 +30,7 @@ pipeline {
30
echo currentBuild.result
31
32
33
- stage ("Static Analysis with python-taint"){
+ stage ("Static Analysis with python-taint"){
34
35
sh "docker run --rm --volume \"\$(pwd)\" vickyrajagopal/python-taint-docker pyt ."
36
0 commit comments