Image that run hadolint utility in a Woodpecker CI workflow.
  • Go 49.3%
  • Dockerfile 37.4%
  • Shell 13.3%
Find a file
renovate-bot d0b300daf7
All checks were 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/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #10
Merged automatically
2026-04-18 07:37:42 +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 Move image to distroless base image (#9) 2026-04-14 23:12:41 +00:00
go.mod Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #10 2026-04-18 07:37:42 +00:00
go.sum Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #10 2026-04-18 07:37:42 +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 remove woodpecker jobs, renovate open one PR 2026-04-11 01:04:43 +02: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