diff --git a/src/sigstore/sigstore.ts b/src/sigstore/sigstore.ts index e86745e5..13333d17 100644 --- a/src/sigstore/sigstore.ts +++ b/src/sigstore/sigstore.ts @@ -380,7 +380,9 @@ export class Sigstore { const bundle = bundleFromJSON(parsedBundle); core.info(`Fetching Sigstore TUF trusted root metadata`); - const trustedRoot = await tuf.getTrustedRoot(); + const trustedRoot = await tuf.getTrustedRoot({ + retry: {retries: 5} + }); const trustMaterial = toTrustMaterial(trustedRoot); try {