kubescape: update vendorSha256
This commit is contained in:
parent
cc94d1d1b3
commit
8aa6024e7b
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ buildGoModule rec {
|
|||
installShellFiles
|
||||
];
|
||||
|
||||
vendorSha256 = "sha256-1TupDdiG8hnbAM+JJRTJWCYQBGN/o+C3H2e0w9muYog=";
|
||||
vendorSha256 = "sha256-gB1/WkGC3sgMqmA4F9/dGU0R0hIDwwTVBNNsY6Yj8KU=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue