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 10f7d79 commit 536c79dCopy full SHA for 536c79d
.pre-commit-config.yaml
@@ -72,14 +72,6 @@ repos:
72
- id: gitleaks
73
args: ['--config=gitleaks-config.toml']
74
75
- - repo: local
76
- hooks:
77
- - id: hadolint
78
- name: Lint Dockerfiles
79
- entry: bash -c 'if [ -z "$PRE_COMMIT_HOME" ]; then docker run --rm -i hadolint/hadolint hadolint -- -; else echo "Skipping Docker-based hadolint on pre-commit.ci"; exit 0; fi'
80
- language: system
81
- types: [dockerfile]
82
- pass_filenames: false
83
84
85
ci:
0 commit comments