Skip to content

Commit 2fef37b

Browse files
authored
Merge pull request Homebrew#208384 from Homebrew/bump-kubescape-3.0.29
kubescape 3.0.29
2 parents 8355db2 + 76014d6 commit 2fef37b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kubescape.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kubescape < Formula
22
desc "Kubernetes testing according to Hardening Guidance by NSA and CISA"
33
homepage "https://kubescape.io"
4-
url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.28.tar.gz"
5-
sha256 "547d38e7984c1e299ff898ddecfd85c66cc13d83b85e6f2011daf1cdfbee26bd"
4+
url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.29.tar.gz"
5+
sha256 "48fd1db413128bcd6aa34ccba624f6a55642d17be69db5242e113317b9e56cec"
66
license "Apache-2.0"
77
head "https://github.com/kubescape/kubescape.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Kubescape < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "902714f25b21af2ae6d6ba9439b9db095a97a432c29f879f661764b265ca0976"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e2bc9c6b5beae9d806e121ec08bc5e80bdc5130d45615b7d83ab3438be3e6fd"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "420af050dae32c1d1696845ac03e766d9c1d0e775d73bcebc74e30aba7fb269e"
18-
sha256 cellar: :any_skip_relocation, sonoma: "a1979f24eaba43108ac632e49a412138b42844fd143d646b0025b094fb8c7577"
19-
sha256 cellar: :any_skip_relocation, ventura: "f2afc081c99b3d297429603524e2ebda46f18cdbced75822107139a89bcafa4e"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bbcfba6818aca65905f300cb73faa7677131ddaa1e75873d42948c6e2b9e2880"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7bd911a48dbaf32d5c0c3b5d89036c352bac6b7f87423f69b2d5f011b48c74d"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd05d06ea93b9fd1ac3f00b43dcddf32fd75811f541fe92d50f6032655110901"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7e23a374b699cc5205511d1a42960c39d1624628ff847bc7b2fca00a9986102b"
18+
sha256 cellar: :any_skip_relocation, sonoma: "8a0babb035cc09fe102cb4450e47aa781258288f1a39945f37f48d43e4bab387"
19+
sha256 cellar: :any_skip_relocation, ventura: "02d3e1387bf51415f744f59180d6d93ee9d98d81cf159762187247c77770df34"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "338548a0e830adced750427afcc2328e545300ab49907d42038dfb7e0ba13864"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)