13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-06-28 16:00:44 +00:00
This commit is contained in:
Ellie 2026-06-15 14:02:58 +02:00 committed by GitHub
commit fd7ac43b7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.pre-commit-hooks.yaml Normal file
View file

@ -0,0 +1,11 @@
- id: kubeconform
name: kubeconform
description: Kubernetes manifest validation
entry: kubeconform
language: golang
pass_filenames: true
require_serial: true
minimum_pre_commit_version: "2.9.0"
stages: [pre-commit, pre-merge-commit, pre-push, manual]
exclude: ^\. # paths starting with .
types: ["yaml"]