fix package reference

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-12-05 10:06:26 -07:00
parent 006ed7b5b5
commit 7e69c0d4ab

2
test/integration/attestation-cmd/verify-oci-bundle.sh Normal file → Executable file
View file

@ -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