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