From 00af45b8a8b62f7c14c27afefbe77ce4e8297696 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 20:26:28 +0000 Subject: [PATCH] kube-linter: Update to version 0.6.0 --- bucket/kube-linter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kube-linter.json b/bucket/kube-linter.json index ef537ae820..3e693d0493 100644 --- a/bucket/kube-linter.json +++ b/bucket/kube-linter.json @@ -1,12 +1,12 @@ { - "version": "0.5.1", + "version": "0.6.0", "description": "Analyze Kubernetes YAML files and Helm charts, and check them against a variety of best practices, with a focus on production readiness and security.", "homepage": "https://github.com/stackrox/kube-linter", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/stackrox/kube-linter/releases/download/0.5.1/kube-linter.exe", - "hash": "1214f41375494882588ace70ce61f9ebfc08e2cb490ec8559a117157ae51e750" + "url": "https://github.com/stackrox/kube-linter/releases/download/0.6.0/kube-linter.exe", + "hash": "6bdc0c1886c073a4b6d63e36163c29e2df9a63bcb45eef9f6340c9eefd85e80d" } }, "bin": "kube-linter.exe",