💡 Summary
Add Dockerfile auditing to pre-commit linting.
Motivation and context
Currently there are only checks for docker-compose.yml files in the pre-commit linting. There should also be checks for Dockerfiles. 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
💡 Summary
Add
Dockerfileauditing topre-commitlinting.Motivation and context
Currently there are only checks for
docker-compose.ymlfiles in thepre-commitlinting. 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
Dockerfileauditing to thepre-commitlinting.