We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e9507 commit 8483d6cCopy full SHA for 8483d6c
test/e2e_test_secrets.sh
@@ -118,8 +118,8 @@ if (./cosign verify-blob --key ${verification_key} --signature myblob2.sig myblo
118
./cosign verify-blob --key ${verification_key} --signature myblob2.sig myblob2
119
120
./cosign sign-blob --key ${signing_key} --bundle bundle.sig myblob
121
-# expected to fail because the local bundle does not contain a rekor bundle
122
-if (./cosign verify-blob --key ${verification_key} --bundle bundle.sig myblob); then false; fi
+# passes when local bundle only contains the key and signature
+./cosign verify-blob --key ${verification_key} --bundle bundle.sig myblob
123
124
## sign and verify multiple blobs
125
./cosign sign-blob --key ${signing_key} myblob myblob2 > sigs
0 commit comments