From 0286f2557cf745ad743de3c1037e38e9e6fb45c1 Mon Sep 17 00:00:00 2001
From: MOREY Thibault <thibault.morey3@etu.univ-lorraine.fr>
Date: Thu, 18 Feb 2021 17:00:32 +0000
Subject: [PATCH] Update Jenkinsfile

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index df3c2f8..6c60c72 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ node{
         }
 
         stage('Scan hadolint'){
-            sh 'hadolint --ignore DL3008 --ignore  < Dockerfile > rapportHadolint'
+            sh 'hadolint --ignore DL3008 < Dockerfile > rapportHadolint'
         }
 
         stage('Build image') {
-- 
GitLab