Image that run hadolint utility in a Woodpecker CI workflow.
  • Go 49.3%
  • Dockerfile 37.4%
  • Shell 13.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate-bot cca6b44f4e
All checks were successful
ci/woodpecker/push/change_log Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
maint: Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.4.1 #23
Merged automatically
2026-08-02 12:46:33 +00:00
dist Move image to distroless base image (#9) 2026-04-14 23:12:41 +00:00
.goreleaser.yaml Move image to distroless base image (#9) 2026-04-14 23:12:41 +00:00
.markdownlint.json Move image to distroless base image (#9) 2026-04-14 23:12:41 +00:00
.prettierrc Move image to distroless base image (#9) 2026-04-14 23:12:41 +00:00
build.sh Add renvoate job and reduce size (#4) 2026-02-24 19:36:45 +01:00
Containerfile maint: Update docker.io/hadolint/hadolint Docker tag to v2.15.1 #21 2026-07-31 12:05:52 +00:00
go.mod maint: Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.4.1 #23 2026-08-02 12:46:33 +00:00
go.sum maint: Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.4.1 #23 2026-08-02 12:46:33 +00:00
LICENSE add license 2026-04-11 13:49:41 +02:00
main.go Move image to distroless base image (#9) 2026-04-14 23:12:41 +00:00
README.md Move URLs to Forgejo from Gitea (#5) 2026-03-21 15:07:39 +00:00
renovate.json ci: Use central renovate.json (#17) 2026-07-19 11:48:24 +00:00

Container with hadolint for Woodpecker CI

This is a plugin for Woodpecker CI that verify image with hadolint utility.

Usage

It can be used at any event.

steps:
  - name: Lint containerfile
    image: code.thinkaboutit.tech/pandora/hadolint.woodpecker
    settings:
      debug: true

Settings

Name Default value Description
containerfile Project_root/Containerfile Path to Containerfile