kube-bench: 0.10.6 -> 0.10.7 (#414243)

This commit is contained in:
Nick Cao
2025-06-05 18:34:49 -04:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "kube-bench";
version = "0.10.6";
version = "0.10.7";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "kube-bench";
tag = "v${version}";
hash = "sha256-+4OSqFU9IoVN9lsw6CwVL60OU4e/yCBZfnD8qqNLTtk=";
hash = "sha256-5QY7rDFv6UV5qIdgKUGkb1DYZYid3POgEzPwSPKtHDU=";
};
vendorHash = "sha256-BB7DHACKELwvquOwmBSXl1kwKw43mNnpp5yY33wwdVo=";
vendorHash = "sha256-fmhlqPizAIVVzJAIHfY2gtCpJZY5Sx1Uih/7m7YEM98=";
nativeBuildInputs = [ installShellFiles ];