fix package reference
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
006ed7b5b5
commit
7e69c0d4ab
1 changed files with 1 additions and 1 deletions
2
test/integration/attestation-cmd/verify-oci-bundle.sh
Normal file → Executable file
2
test/integration/attestation-cmd/verify-oci-bundle.sh
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue