From 2393725469caa880b98a6d79fe59f0c0e48c4a5e Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Wed, 11 Dec 2024 08:13:30 -0700 Subject: [PATCH] hard code expected digest Signed-off-by: Meredith Lancaster --- test/integration/attestation-cmd/download/download.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/attestation-cmd/download/download.sh b/test/integration/attestation-cmd/download/download.sh index b771b4edc..0824c0e12 100755 --- a/test/integration/attestation-cmd/download/download.sh +++ b/test/integration/attestation-cmd/download/download.sh @@ -22,8 +22,7 @@ if ! $ghBuildPath attestation download "$artifactPath" --owner=cli; then exit 1 fi -digest=$(shasum -a 256 $artifactPath | awk '{print ""$1""}') - +digest="5ddb1d4d013a44c2e5df027867c0d4161383eb7c16e569a86384af52bfe09a65" attestation_filename="sha256:$digest.jsonl" if [ "$os" == "windows-latest" ]; then echo "Running the test on Windows."