From 699ac7f4e91f1c31cf19042d7bc1828d4e4b645f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:50:08 +0000 Subject: [PATCH] kube-linter 0.7.0 --- 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 ee3d0c2577c23..f7b6a90070cf9 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.8.tar.gz" - sha256 "4d3e5d8f006d4907e5fca03a9064d79e6267942cb2b0ae31dfbaa61e9d403568" + url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.7.0.tar.gz" + sha256 "134af09f571937376ed3ff7bae07eba52357d20bd067618c00e4fea7baabadd8" license "Apache-2.0" head "https://github.com/stackrox/kube-linter.git", branch: "master"