We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42127fe commit d793c24Copy full SHA for d793c24
Formula/k/kube-bench.rb
@@ -1,8 +1,8 @@
1
class KubeBench < Formula
2
desc "Checks Kubernetes deployment against security best practices (CIS Benchmark)"
3
homepage "https://github.com/aquasecurity/kube-bench"
4
- url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.10.0.tar.gz"
5
- sha256 "dc5952800fdf8a4464e1939e7b6cdaabde97c8064ec82a3d7bb365753e0b2c32"
+ url "https://github.com/aquasecurity/kube-bench/archive/refs/tags/v0.10.1.tar.gz"
+ sha256 "8a7372a5f4e65c286a879a376dfda73888f221d77b6f4f22ad1432e03375e327"
6
license "Apache-2.0"
7
head "https://github.com/aquasecurity/kube-bench.git", branch: "main"
8
0 commit comments