From 3b9a98ba17acbe49fef9229b94be797ede4b9f72 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:53:44 +0000 Subject: [PATCH] kube-linter 0.6.8 --- Formula/k/kube-linter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kube-linter.rb b/Formula/k/kube-linter.rb index 932ae7f2da2ed..3cd0fa22660ba 100644 --- a/Formula/k/kube-linter.rb +++ b/Formula/k/kube-linter.rb @@ -1,8 +1,8 @@ class KubeLinter < Formula desc "Static analysis tool for Kubernetes YAML files and Helm charts" homepage "https://github.com/stackrox/kube-linter" - url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.6.7.tar.gz" - sha256 "4eddda7b150883fb23164f3359eb26403ef66aa5848ee7748db5fb60fadf9062" + url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.6.8.tar.gz" + sha256 "4d3e5d8f006d4907e5fca03a9064d79e6267942cb2b0ae31dfbaa61e9d403568" license "Apache-2.0" head "https://github.com/stackrox/kube-linter.git", branch: "master"