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

Lint Dockerfiles using hadolint

parent 007008cb
Branches
No related tags found
1 merge request!3Add basic linting
Pipeline #157 failed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
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.
Please register or to comment