diff --git a/Jenkinsfile b/Jenkinsfile index ca656d67bb90b7536733dd3ca8442a161c24bb0e..3ea87cce2469b80168115c750aa19fb41574aa77 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') {