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