kube-bench: 0.6.17 -> 0.6.18

This commit is contained in:
R. Ryantm 2023-10-18 15:53:51 +00:00
parent af421ccb0a
commit b887a4b938

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kube-bench";
version = "0.6.17";
version = "0.6.18";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9pXW8PVJhaYi9uKArIJcXbQ6FbCjFA4z9f5M3DLKnng=";
hash = "sha256-2ZbkghPZYRrxBS6mlwpjhwJYAcKSsUsG0V8sd3n9CZg=";
};
vendorHash = "sha256-dBN6Yi8HtS9LzXr08jhw1hqDwS8a4UqrYaRpM+RzvVM=";