From dd097c7f4e83d9cd5f0601fc9e2bae03769f4549 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Mon, 8 Dec 2025 13:57:00 -0800 Subject: [PATCH] add section on createStorageRecord func Signed-off-by: Meredith Lancaster --- packages/attest/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/attest/README.md b/packages/attest/README.md index c75b78b7..33639b29 100644 --- a/packages/attest/README.md +++ b/packages/attest/README.md @@ -173,6 +173,13 @@ export type Attestation = { For details about the Sigstore bundle format, see the [Bundle protobuf specification](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto). +### createStorageRecord + +The `createStorageRecord` function accepts parameters defining artifact +and package registry details and creates a storage record on behalf of the artifact. +The storage record contains metadata about where the artifact is stored on a given +package registry. + ## Sigstore Instance When generating the signed attestation there are two different Sigstore