From 9c5a9ccc9577b96b6d3d3234ea20680f4a5ccf9a Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Mon, 2 Nov 2020 20:14:12 +0100 Subject: [PATCH] Drop DL3020 ignore since we are using COPY --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19ea3ae..99d870e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ lint: stage: lint image: hadolint/hadolint:latest # DL3018: We don't need alpine version pins - script: hadolint --ignore DL3018 --ignore DL3020 Dockerfile.template + script: hadolint --ignore DL3018 Dockerfile.template except: - releases - tags