Skip to content

Commit 5860b37

Browse files
committed
fix for whitespace in e2e attach tet script
Signed-off-by: Mukuls77 <[email protected]>
1 parent f69f351 commit 5860b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_test_attach.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ crane manifest $(./cosign triangulate $IMAGE_URI_DIGEST) | grep -q "application/
7575
crane manifest $(./cosign triangulate $IMAGE_URI_DIGEST) | grep -q "dev.sigstore.cosign/certificate"
7676
crane manifest $(./cosign triangulate $IMAGE_URI_DIGEST) | grep -q "dev.sigstore.cosign/chain"
7777

78-
## Verify Signature, payload, cert and cert-chain using Root certificate only
78+
## Verify Signature, payload, cert and cert-chain using Root certificate only
7979

8080
./cosign verify $IMAGE_URI_DIGEST --insecure-ignore-sct --insecure-ignore-tlog --certificate-identity-regexp '.*' --certificate-oidc-issuer-regexp '.*' --cert-chain=./rootcert.pem
8181

0 commit comments

Comments
 (0)