Merge pull request #180142 from 06kellyjac/kubescape

kubescape: 2.0.158 -> 2.0.160
This commit is contained in:
Fabian Affolter 2022-07-05 08:21:14 +02:00 committed by GitHub
commit 6300cde545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "kubescape";
version = "2.0.158";
version = "2.0.160";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
hash = "sha256-bbTafsHllJQZ9Qn+qFnlr/AdU7NgB/vAvQGIgt/XDNQ=";
hash = "sha256-IQ80AnI+mHdZxqgVuZvDLO6LuhLdgRGu6Hyz1kJ2v38=";
};
vendorSha256 = "sha256-zj2gDx5333AguLs1Gzu3bYXslDwvPFSbMmOTOFxmq6A=";
vendorSha256 = "sha256-x+Sxe4fBhOvE5An0dIqL5q3eEKzNJwugToGZ8NZ5GGA=";
nativeBuildInputs = [
installShellFiles

View file

@ -16058,7 +16058,9 @@ with pkgs;
kubeprompt = callPackage ../development/tools/kubeprompt { };
kubescape = callPackage ../tools/security/kubescape { };
kubescape = callPackage ../tools/security/kubescape {
buildGoModule = buildGo118Module;
};
kubesec = callPackage ../tools/security/kubesec { };