Skip to content

Commit 7cd7f46

Browse files
authored
Merge pull request #233864 from Homebrew/bump-kubescape-3.0.38
kubescape 3.0.38
2 parents ff5b44d + ea1e08b commit 7cd7f46

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/k/kubescape.rb

Lines changed: 9 additions & 9 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.37.tar.gz"
5-
sha256 "9da14e426fa0c43255d23a4221a9b07c61bfa8a1f64962956be962ee5b67c790"
4+
url "https://github.com/kubescape/kubescape/archive/refs/tags/v3.0.38.tar.gz"
5+
sha256 "d183f683b8f2d620e7736f1b42eed918936ccc86cf9c7524a8f9cc41ef695ac9"
66
license "Apache-2.0"
77
head "https://github.com/kubescape/kubescape.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bbff85e4839014b4488d73fa76418263fe2e3b81b47cdfc630dc6adca31af973"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3188586ae0f3f98988477a8ae339d8f487147e6fce8751bb1e4dc8922b362d61"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "11ec2bc71c8ff7fa71cf20492b03d7f84b3201f6a1c1f198b2850b186cca6a8c"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2018bd1b81db928d322081db4ba299b33b013a59d6f4514f7ace68d89261c621"
19-
sha256 cellar: :any_skip_relocation, ventura: "190c3561d9c416a27a6d1fd7df29c86db9927f3a9cbf5ca04eb4073d66c9d503"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "86d582a98ab0029060a3eac2da1ec91bdf3d86d1b37dc1141cf5e00a82129dc4"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8958af3a7da0578dc1641a00420d0d06048c84cd56ffc1dc01a187f9cac95e93"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0bd2c9381e402755121220e781a27d8376813194f640633969115b913f6e6e24"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ff218df9f2216bc5110f1309e18fbd3b8a875069fe404ee4f81557b238fbd67"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ecc44c350e5068b33ceb5d56c3c960c466ac9dbb3c3cc2e484601fb2072b9ee4"
18+
sha256 cellar: :any_skip_relocation, sonoma: "d549456d08289ea9951bef04622ce0c39738fd9c157abb01c57bf538b0a7bddb"
19+
sha256 cellar: :any_skip_relocation, ventura: "af69683ae6660a57590fff460713565ceba6e96a64fb447b2ab91178091c3f0c"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "694b03bd669dad7412ce5fe4bafd2faba5464be37c45c7edba79664a1a1ef773"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "eeab6a1d1f90d06f268fc1571701390900e0ac38a4f7f1548fdfc8a4a6f5733e"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)