Image that run
hadolint utility in a Woodpecker CI workflow.
- Go 49.3%
- Dockerfile 37.4%
- Shell 13.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
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
Merged automatically |
||
| dist | ||
| .goreleaser.yaml | ||
| .markdownlint.json | ||
| .prettierrc | ||
| build.sh | ||
| Containerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| renovate.json | ||
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 |