Image that run
hadolint utility in a Woodpecker CI workflow.
- Go 49.3%
- Dockerfile 37.4%
- Shell 13.3%
|
|
||
|---|---|---|
| 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 |