From e9b090ab21da4a309e297b69a0477f9200244500 Mon Sep 17 00:00:00 2001 From: Hayden B Date: Tue, 11 Apr 2023 10:46:21 -0700 Subject: [PATCH] Update e2e test to use CDN instead of GCS The TUF repo is now accessible via a CDN instead of GCS. Signed-off-by: Hayden B --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 9d076616..6c8e4228 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -103,8 +103,8 @@ jobs: # Setup staging TUF root - https://github.com/sigstore/public-good-instance/blob/1023ed05b7a8cf28e6a7de73bf98dd5075d97858/playbooks/tuf.md#updating-tuf-metadata-for-staging rm -rf ~/.sigstore - wget http://storage.googleapis.com/tuf-root-staging/root.json - cosign initialize --mirror=tuf-root-staging --root=root.json + wget https://tuf-repo-cdn.sigstage.dev/root.json + cosign initialize --mirror=https://tuf-repo-cdn.sigstage.dev/root.json --root=root.json # Sign commit git commit --allow-empty -S --message="Signed commit"