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 defec23 commit e58bfb0Copy full SHA for e58bfb0
1 file changed
.pre-commit-config.yaml
@@ -7,10 +7,10 @@ repos:
7
- id: trailing-whitespace
8
- id: check-added-large-files
9
- id: detect-private-key
10
- - repo: https://github.com/hadolint/hadolint
11
- rev: v2.13.1-beta
+ - repo: https://github.com/shenxianpeng/hadolint-pre-commit
+ rev: v2.14.0.1
12
hooks:
13
- - id: hadolint-docker
+ - id: hadolint
14
args:
15
[
16
--ignore,DL3006,
0 commit comments