cosign: add the sget client to the package
Since Cosign v0.5.0 a client is available to securely fetch blobs from registries [0]. [0] https://github.com/sigstore/cosign/commit/eab1d40249b840e09a03e75acf91bc45f6522461
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
|
||||
vendorSha256 = "0f3al6ds0kqyv2fapgdg9i38rfx6h169pmj6az0sfnkh2psq73ia";
|
||||
|
||||
subPackages = [ "cmd/cosign" ];
|
||||
excludedPackages = "\\(copasetic\\)";
|
||||
|
||||
preBuild = ''
|
||||
buildFlagsArray+=(${lib.optionalString pivKeySupport "-tags=pivkey"})
|
||||
|
||||
Reference in New Issue
Block a user