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