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"