Ian Fijolek 5c7dc7758b
Some checks failed
continuous-integration/drone/push Build is failing
Add pre-commit hooks of our own
Adds some basic near-universal checks and shellcheck
2020-09-19 20:07:34 +00:00
2020-01-30 16:31:00 -08:00
2018-05-21 10:31:17 -07:00
2020-05-19 13:27:54 -07:00
2020-09-19 19:57:38 +00:00
2018-05-21 10:31:17 -07:00
2020-09-19 20:07:34 +00:00
2020-05-19 13:27:54 -07:00

docker-pre-commit

A set of pre-commit hooks for Docker services

Hooks

docker-compose-check

Verifies that docker-compose files are valid by using docker-compose config to parse them.

hadolint

Uses the hadolint Docker image to lint Dockerfiles.

hadolint-system

Uses the whatever version of hadolint that you have installed to lint Dockerfiles. This requires you to have hadolint installed somewhere in your path.

Description
Pre-Commit hooks for validating Docker projects
Readme 57 KiB
Languages
Shell 63.6%
Makefile 36.4%