diff --git a/Jenkinsfile b/Jenkinsfile index 6e68ed40d5f1491ba3d1e81394f3bac8dae6d2ed..1b45c3d05036912e8857a1e1b71c4e8088e7903c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ node{ } stage('Scan Clair '){ - sh './clair-scanner --ip 172.17.0.1 -c http://172.17.0.1:6060 debian:buster > rapportClair' + sh './clair-scanner --ip 127.0.0.1 -c http://172.17.0.1:6060 debian:buster > rapportClair' } stage('Push on repo nexus') docker.withRegistry(registryProject,'reg2'){