We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef105a9 commit 7e7cba6Copy full SHA for 7e7cba6
README.md
@@ -1,8 +1,10 @@
1
# Dockerfile lint pre-commit
2
3
+This project add hooks to run [hadolint](https://github.com/hadolint/hadolint) with the [pre-commit](https://pre-commit.com/) project.
4
+
5
```bash
6
- repo: https://github.com/petalmd/dockerfile-pre-commit
- rev: '' # Use the revision sha / tag you want to point at
7
+ rev: '' # Use the revision rev you want to point at
8
hooks:
9
- id: dockerlint
10
````
0 commit comments