From 6315f58f3894c2bc890117e246ac4a7f66c22d15 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 30 Oct 2023 23:56:56 +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 e8933f2..b0157a8 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