From 340103bfb2714bfd390365a621203513e5c05a3f Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 20 Dec 2022 15:40:18 +0000 Subject: [PATCH] kube-linter: Add version 0.5.1 (#4246) Signed-off-by: Steve Hipwell Signed-off-by: Steve Hipwell --- bucket/kube-linter.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/kube-linter.json diff --git a/bucket/kube-linter.json b/bucket/kube-linter.json new file mode 100644 index 0000000000..ef537ae820 --- /dev/null +++ b/bucket/kube-linter.json @@ -0,0 +1,21 @@ +{ + "version": "0.5.1", + "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" + } + }, + "bin": "kube-linter.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/stackrox/kube-linter/releases/download/$version/kube-linter.exe" + } + } + } +}