From b3ae127df423cc939fe1aa0e1128f5fa977eb846 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 31 Oct 2023 18:37:43 +0100 Subject: [PATCH] ci: enable hadolint --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6d64f50..e0afc83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,10 @@ steps: exclude: - tag -# - name: hadolint -# image: hadolint/hadolint:latest-debian -# commands: -# - hadolint Dockerfile + - name: hadolint + image: hadolint/hadolint:latest-debian + commands: + - hadolint Dockerfile --- kind: pipeline