We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0617b3a commit 66f1bddCopy full SHA for 66f1bdd
actions/delegator/setup-generic/src/main.ts
@@ -132,8 +132,7 @@ async function run(): Promise<void> {
132
133
// Verify just to double check.
134
// NOTE: this is an offline verification.
135
- // TODO(#1668): re-enable verification.
136
- // await sigstore.verify(bundle, Buffer.from(unsignedB64Token));
+ await sigstore.verify(bundle, Buffer.from(unsignedB64Token));
137
const bundleStr = JSON.stringify(bundle);
138
139
const bundleB64 = Buffer.from(bundleStr).toString("base64");
0 commit comments