From 20dd9da7c0c4b72f51880c6a828f411744833a61 Mon Sep 17 00:00:00 2001 From: Joel Kamp Date: Thu, 2 May 2024 15:57:19 -0500 Subject: [PATCH] Update pkg/attest/example_verify_test.go Co-authored-by: David Dooling <141646279+whalelines@users.noreply.github.com> --- pkg/attest/example_verify_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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