chore: update github.com/sigstore/cosign/v3 from 3.0.2 to 3.0.4 (#3789)

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
Andrei Aaron
2026-02-11 00:16:50 +02:00
committed by GitHub
parent c3c50a2261
commit 3454ad63dc
8 changed files with 81 additions and 75 deletions
+4 -2
View File
@@ -7146,7 +7146,8 @@ func TestImageSignatures(t *testing.T) {
annotations := []string{"tag=1.0"}
// sign the image
err = sign.SignCmd(&options.RootOptions{Verbose: true, Timeout: 1 * time.Minute},
err = sign.SignCmd(context.TODO(),
&options.RootOptions{Verbose: true, Timeout: 1 * time.Minute},
options.KeyOpts{KeyRef: path.Join(tdir, "cosign.key"), PassFunc: generate.GetPass},
options.SignOptions{
Registry: options.RegistryOptions{AllowInsecure: true},
@@ -11367,7 +11368,8 @@ func TestGCSignaturesAndUntaggedManifestsWithMetaDB(t *testing.T) {
annotations := []string{"tag=" + tag}
// sign the image
err = sign.SignCmd(&options.RootOptions{Verbose: true, Timeout: 1 * time.Minute},
err = sign.SignCmd(context.TODO(),
&options.RootOptions{Verbose: true, Timeout: 1 * time.Minute},
options.KeyOpts{KeyRef: path.Join(tdir, "cosign.key"), PassFunc: generate.GetPass},
options.SignOptions{
Registry: options.RegistryOptions{AllowInsecure: true},