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

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

diff --git a/Jenkinsfile b/Jenkinsfile
index ca656d6..3ea87cc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ node{
         }
 
         stage('Scan hadolint'){
-            sh 'docker run --rm -i hadolint/hadolint --ignore DL3008  < Dockerfile > rapportHadolint'
+            sh 'docker run --rm -i hadolint/hadolint < Dockerfile > rapportHadolint || true'
         }
 
         stage('Build image') {
-- 
GitLab