Skip to content

Commit

Permalink
Merge pull request #203739 from Homebrew/bump-kubescape-3.0.23
Browse files Browse the repository at this point in the history
kubescape 3.0.23
  • Loading branch information
BrewTestBot authored Jan 9, 2025
2 parents c5d4ec2 + 62b71da commit 04fa5c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kubescape.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kubescape < Formula
desc "Kubernetes testing according to Hardening Guidance by NSA and CISA"
homepage "https://kubescape.io"
url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.22.tar.gz"
sha256 "49d21cd87b6c9c88c06639e93619accdc9b99c4a8e872860d8045f7a919b5210"
url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.23.tar.gz"
sha256 "cc541a3547fb67ec3af28c2ed5f8cb1ca5ced9fa95bab3d4fc66ca9abe7e9015"
license "Apache-2.0"
head "https://github.com/kubescape/kubescape.git", branch: "master"

Expand All @@ -12,12 +12,12 @@ class Kubescape < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d114fbfa7087ec1c08389e43b41b346aac39c3ebf431fcd6650cb71f2fb4f9f2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33f772194ac5011e49e13a73440436a2a1ffae26b8e0af313a5204b5397b6c77"
sha256 cellar: :any_skip_relocation, arm64_ventura: "348e3cd6430aeff98a4455fb0148e192bda9e87bd038cb3fae9adfe44b31fe0c"
sha256 cellar: :any_skip_relocation, sonoma: "70c61be1a868a3fef39e4a43a42c656d1a58eaa01615e9b1a2e35e765c028e8c"
sha256 cellar: :any_skip_relocation, ventura: "41de07dc4559ec5089d77292675879874bd145a34e17165ed533c6549459600a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e51d4f85890322e03eb7b113ce5c61cedd1bb14a53a234b467e9112e95b58d5a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e853580815799708f8721bac1d870cef839f9fde84a213d16db55d4f1dae4fe5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "49aac4f69d78056e5c046ca09df29b16468b82b84625d119aec7895693b4f87a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9c842f2a75edde84f33c7bbb7e32e27a48d3d479383a136955ccdb273dd94223"
sha256 cellar: :any_skip_relocation, sonoma: "13fdda479157023c150072d779d5d91242275dd363871822d4dda1ec70c44154"
sha256 cellar: :any_skip_relocation, ventura: "5253003fed1e26d881373bf5e354bd2763463b854c597ecc82d189ff6abc271a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0e1ad6c332706061f473f4320a16a226412a3e7127097df656f21589bbb332e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 04fa5c6

Please sign in to comment.