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 f69f351 commit 5860b37Copy full SHA for 5860b37
test/e2e_test_attach.sh
@@ -75,7 +75,7 @@ crane manifest $(./cosign triangulate $IMAGE_URI_DIGEST) | grep -q "application/
75
crane manifest $(./cosign triangulate $IMAGE_URI_DIGEST) | grep -q "dev.sigstore.cosign/certificate"
76
crane manifest $(./cosign triangulate $IMAGE_URI_DIGEST) | grep -q "dev.sigstore.cosign/chain"
77
78
-## Verify Signature, payload, cert and cert-chain using Root certificate only
+## Verify Signature, payload, cert and cert-chain using Root certificate only
79
80
./cosign verify $IMAGE_URI_DIGEST --insecure-ignore-sct --insecure-ignore-tlog --certificate-identity-regexp '.*' --certificate-oidc-issuer-regexp '.*' --cert-chain=./rootcert.pem
81
0 commit comments