From 5f007ac04ad552a7de1652865eb875b8c1707998 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 22:16:32 +0200 Subject: [PATCH] dd --- .woodpecker/lint.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index e1a49f7..30d41dc 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -8,13 +8,13 @@ steps: - event: [push, pull_request, cron] evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' -# hadolint: -# image: pipelinecomponents/hadolint:0.26.4 -# commands: -# - hadolint Dockerfile -# when: -# - event: [push, pull_request, cron] -# evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' + hadolint: + image: pipelinecomponents/hadolint:0.26.4 + commands: + - hadolint Dockerfile + when: + - event: [push, pull_request, cron] + evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' shellcheck: image: "koalaman/shellcheck-alpine:v0.10.0"