about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-21 11:01:11 +0100
committerGitHub <noreply@github.com>2023-12-21 11:01:11 +0100
commitd637162eff44dcb4405d58d97466889a9ba91682 (patch)
tree2ec74ff8742a34c13fc012bb21c698d5882d64a6
parent941f458ea011f4025c09bee13e0bb07b5750fde0 (diff)
parent2c7762d9e0ecad99490978e94a26b6a6b97d2fe4 (diff)
Merge pull request #275593 from r-ryantm/auto-update/kube-bench
kube-bench: 0.6.19 -> 0.7.0
-rw-r--r--pkgs/tools/security/kube-bench/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/kube-bench/default.nix b/pkgs/tools/security/kube-bench/default.nix
index e9094ce7103c1..f4cb389eb16ec 100644
--- a/pkgs/tools/security/kube-bench/default.nix
+++ b/pkgs/tools/security/kube-bench/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kube-bench";
-  version = "0.6.19";
+  version = "0.7.0";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-owpmQ/APTUu1V8au2UE48SIIZnVI93tlv5bhkS/2kgQ=";
+    hash = "sha256-yJJEWxz8EWdLi2rhw42QVdG9AcGO0OWnihg153hALNE=";
   };
 
-  vendorHash = "sha256-dBN6Yi8HtS9LzXr08jhw1hqDwS8a4UqrYaRpM+RzvVM=";
+  vendorHash = "sha256-zKw6d3UWs2kb+DCXmLZ09Lw3m8wMhm9QJYkeXJYcFA8=";
 
   nativeBuildInputs = [ installShellFiles ];