diff --git a/pkg/attest/example_verify_test.go b/pkg/attest/example_verify_test.go index 9e55f71..8b82ce6 100644 --- a/pkg/attest/example_verify_test.go +++ b/pkg/attest/example_verify_test.go @@ -36,7 +36,7 @@ func ExampleVerify_remote() { } // create a resolver for remote attestations - image := "regsitry-1.docker.io/notary:server" + image := "registry-1.docker.io/library/notary:server" platform := "linux/amd64" resolver := &oci.RegistryResolver{ Image: image, // path to image index in OCI registry containing image attestations