Expand description
type PackageProvenance = {
runInvocationURI: RunInvocationURI;
verifyAddon: (options: { sha256: Sha256Hex }) => Promise<void>;
}Properties§
- runInvocationURI
Run Invocation URI extracted from the npm provenance certificate.
- verifyAddon
Verify that the addon binary with the given SHA-256 was attested by the same GitHub Actions workflow run that produced the npm package.
Returned by verifyPackageProvenance after npm provenance checks pass.