diff --git a/Jenkinsfile b/Jenkinsfile index 94670941237b674c15fa945440273fdb084ef816..fac7c631192f91a7d79993346dfa9dc14355f3f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,9 @@ node{ sh 'docker ps' } + stage(' Scan Dockle'){ + sh 'Dockle debian:buster > rapportDockle' + } stage('Push on repo nexus') docker.withRegistry(registryProject,'reg2'){ img.push 'latest'