From 5e0653a4fb495190c861aa605690ee5b0bcef04f Mon Sep 17 00:00:00 2001 From: Till Wiese <1872304+m3adow@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:44:46 +0200 Subject: [PATCH] Update .pre-commit-hooks.yaml (#553) --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index f41ef55aa..642672c2c 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -17,4 +17,4 @@ description: This hook runs kube-linter using the project's official docker image language: docker_image types: [yaml] - entry: stackrox/kube-linter:0.2.6 lint + entry: stackrox/kube-linter:0.6.3 lint