Skip to content

Commit 04fa5c6

Browse files
authored
Merge pull request #203739 from Homebrew/bump-kubescape-3.0.23
kubescape 3.0.23
2 parents c5d4ec2 + 62b71da commit 04fa5c6

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.22.tar.gz"
5-
sha256 "49d21cd87b6c9c88c06639e93619accdc9b99c4a8e872860d8045f7a919b5210"
4+
url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.23.tar.gz"
5+
sha256 "cc541a3547fb67ec3af28c2ed5f8cb1ca5ced9fa95bab3d4fc66ca9abe7e9015"
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: "d114fbfa7087ec1c08389e43b41b346aac39c3ebf431fcd6650cb71f2fb4f9f2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33f772194ac5011e49e13a73440436a2a1ffae26b8e0af313a5204b5397b6c77"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "348e3cd6430aeff98a4455fb0148e192bda9e87bd038cb3fae9adfe44b31fe0c"
18-
sha256 cellar: :any_skip_relocation, sonoma: "70c61be1a868a3fef39e4a43a42c656d1a58eaa01615e9b1a2e35e765c028e8c"
19-
sha256 cellar: :any_skip_relocation, ventura: "41de07dc4559ec5089d77292675879874bd145a34e17165ed533c6549459600a"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e51d4f85890322e03eb7b113ce5c61cedd1bb14a53a234b467e9112e95b58d5a"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e853580815799708f8721bac1d870cef839f9fde84a213d16db55d4f1dae4fe5"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "49aac4f69d78056e5c046ca09df29b16468b82b84625d119aec7895693b4f87a"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9c842f2a75edde84f33c7bbb7e32e27a48d3d479383a136955ccdb273dd94223"
18+
sha256 cellar: :any_skip_relocation, sonoma: "13fdda479157023c150072d779d5d91242275dd363871822d4dda1ec70c44154"
19+
sha256 cellar: :any_skip_relocation, ventura: "5253003fed1e26d881373bf5e354bd2763463b854c597ecc82d189ff6abc271a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0e1ad6c332706061f473f4320a16a226412a3e7127097df656f21589bbb332e"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)