kubescape: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 04:47:58 +10:00
parent cc94d1d1b3
commit 8aa6024e7b
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ buildGoModule rec {
installShellFiles
];
vendorSha256 = "sha256-1TupDdiG8hnbAM+JJRTJWCYQBGN/o+C3H2e0w9muYog=";
vendorSha256 = "sha256-gB1/WkGC3sgMqmA4F9/dGU0R0hIDwwTVBNNsY6Yj8KU=";
ldflags = [
"-s"

View file

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