Update pkg/attest/example_verify_test.go
Co-authored-by: David Dooling <141646279+whalelines@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user