From 6b9fd0966eb678af1a581cac91e7085927b03ac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:30:47 +0000 Subject: [PATCH] Bump KS version 2.9.2 --- kubescape-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubescape-cli.rb b/kubescape-cli.rb index cac5a50..03ca3da 100644 --- a/kubescape-cli.rb +++ b/kubescape-cli.rb @@ -1,8 +1,8 @@ class KubescapeCli < Formula desc "Kubernetes misconfiguration testing" homepage "https://github.com/kubescape/kubescape" - url "https://github.com/kubescape/kubescape/archive/v2.9.1.tar.gz" - sha256 "de1465db108043918209403a9633ccc694131c34b1339b7ab851de3065f54dbc" + url "https://github.com/kubescape/kubescape/archive/v2.9.2.tar.gz" + sha256 "63c9052b5e402a471fde909932ee8a660e96262a4256fd472fe3834e793be14c" license "Apache-2.0" head "https://github.com/kubescape/kubescape.git", branch: "master"