From 65341987cf65dba90a591c0d05e0377cbab4284a Mon Sep 17 00:00:00 2001 From: MOREY Thibault <thibault.morey3@etu.univ-lorraine.fr> Date: Fri, 19 Feb 2021 10:39:32 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5f0d67e..3396038 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ node{ } stage('Scan Clair '){ - sh './clair-scanner --ip 172.17.0.1 debian:buster > rapportClair' + sh './clair-scanner --ip 172.17.0.1 -c 172.17.0.1:6060 debian:buster > rapportClair' } stage('Push on repo nexus') docker.withRegistry(registryProject,'reg2'){ -- GitLab