-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dockerfile auditing #173
Comments
I am currently working on a custom |
Moving this to "on hold" until this PR gets merged. AleksaC/hadolint-py#6. It will provide the simplest solution for the macOS segfault issue when merged into |
There is currently a branch for this issue. I have ran the https://github.com/AleksaC/hadolint-py locally and initial tests look good. There will still need to be tests done to have it tested in GitHub Actions. Also prior to integration of the |
💡 Summary
Add
Dockerfile
auditing topre-commit
linting.Motivation and context
Currently there are only checks for
docker-compose.yml
files in thepre-commit
linting. There should also be checks forDockerfiles
. Tools such as Hadolint are good for this, but any similar tools that can be ran as a pre-commit hook would suffice.Acceptance criteria
Dockerfile
auditing to thepre-commit
linting.The text was updated successfully, but these errors were encountered: