Skip to content
Snippets Groups Projects
Commit 57eb4816 authored by Erick Hitter's avatar Erick Hitter
Browse files

Lint Dockerfiles using hadolint

parent 007008cb
No related branches found
No related tags found
1 merge request!3Add basic linting
Pipeline #157 failed
lint_dockerfile:
stage: lint
image: hadolint/hadolint:latest-debian
script:
- find . -name "Dockerfile" -execdir hadolint {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment