Merge pull request #1 from lkwg82/patch-1

fixes link to hadolint
This commit is contained in:
IamTheFij 2021-04-06 10:40:27 -07:00 committed by GitHub
commit 86d69eafb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ A set of [pre-commit](http://pre-commit.com) hooks for Docker services
Verifies that docker-compose files are valid by using `docker-compose config` to parse them. Verifies that docker-compose files are valid by using `docker-compose config` to parse them.
### hadolint ### hadolint
Uses the [hadolint Docker image](https://hub.docker.com/hadolint/hadolint) to lint Dockerfiles. Uses the [hadolint Docker image](https://hub.docker.com/r/hadolint/hadolint) to lint Dockerfiles.
### hadolint-system ### 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. Uses the whatever version of hadolint that you have installed to lint Dockerfiles. This requires you to have hadolint installed somewhere in your path.