Ian Fijolek
098ffc1472
Remove hadolint completely (inclusing script)
All checks were successful
continuous-integration/drone/push Build is passing
docker-pre-commit
A set of pre-commit hooks for Docker services
Installation
Add the following to your .pre-commit-config.yaml
file
- repo: https://github.com/iamthefij/docker-pre-commit
rev: master
hooks:
- id: docker-compose-check
and then run pre-commit autoupdate
.
Hooks
docker-compose-check
Verifies that docker-compose files are valid by using docker-compose config
to parse them.
Description
Languages
Shell
63.6%
Makefile
36.4%