Skip to content

Commit

Permalink
Merge pull request #180142 from 06kellyjac/kubescape
Browse files Browse the repository at this point in the history
kubescape: 2.0.158 -> 2.0.160
  • Loading branch information
fabaff authored Jul 5, 2022
2 parents 57d642f + 17a62d7 commit 6300cde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/kubescape/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 6300cde

Please sign in to comment.