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 8f0a0da commit 37a320eCopy full SHA for 37a320e
.github/linters/.hadolint.yaml
@@ -0,0 +1 @@
1
+failure-threshold: "error"
.pre-commit-config.yaml
@@ -126,7 +126,7 @@ repos:
126
description: Runs hadolint Docker image to lint Dockerfiles
127
language: docker_image
128
types: ['dockerfile']
129
- entry: ghcr.io/hadolint/hadolint:v2.10.0 hadolint
+ entry: ghcr.io/hadolint/hadolint:v2.10.0 hadolint -c .github/linters/.hadolint.yaml
130
files: ^Dockerfile$
131
- id: shellcheck
132
name: Lint Shell scripts
0 commit comments