From 7e69c0d4ab296b5b2dba48f01cd8a9f1483853f7 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Thu, 5 Dec 2024 10:06:26 -0700 Subject: [PATCH] fix package reference Signed-off-by: Meredith Lancaster --- test/integration/attestation-cmd/verify-oci-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test/integration/attestation-cmd/verify-oci-bundle.sh diff --git a/test/integration/attestation-cmd/verify-oci-bundle.sh b/test/integration/attestation-cmd/verify-oci-bundle.sh old mode 100644 new mode 100755 index 22f9e29bf..c0444899d --- a/test/integration/attestation-cmd/verify-oci-bundle.sh +++ b/test/integration/attestation-cmd/verify-oci-bundle.sh @@ -7,7 +7,7 @@ rootDir="$(git rev-parse --show-toplevel)" ghBuildPath="$rootDir/bin/gh" # Verify an OCI artifact with bundles stored on the GHCR OCI registry -echo "Testing with package $sigstore02PackageFile and attestation $sigstore02AttestationFile" +echo "Testing with OCI image ghcr.io/malancas/attest-demo:latest with the --bundle-from-oci flag" if ! $ghBuildPath attestation verify oci://ghcr.io/malancas/attest-demo:latest --owner=malancas --bundle-from-oci; then echo "Failed to verify oci://ghcr.io/malancas/attest-demo:latest with bundles from the GHCR OCI registry" exit 1