mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-05-13 08:20:57 +00:00
add section on artifact storage records
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
98f3aa9c27
commit
21e47868cb
10
README.md
10
README.md
@ -253,9 +253,15 @@ the specific image being attested is identified by the supplied digest.
|
||||
Attestation bundles are stored in the OCI registry according to the [Cosign
|
||||
Bundle Specification][10].
|
||||
|
||||
#### Artifact Metadata Storage Records
|
||||
|
||||
If the `push-to-registry` option is set to true, the Action will also
|
||||
emit an Artifact Metadata Storage Record. If you do not want to emit a
|
||||
storage record, set `create-storage-record` to `false`.
|
||||
emit an [Artifact Metadata Storage Record](https://docs.github.com/en/rest/orgs/artifact-metadata?apiVersion=2022-11-28#create-artifact-metadata-storage-record).
|
||||
Storage records enrich artifact metadata by capturing storage
|
||||
related details, such as which registry an image is hosted on
|
||||
and whether its still active on that registry.
|
||||
|
||||
If you do not want to emit a storage record, set `create-storage-record` to `false`.
|
||||
|
||||
> **NOTE**: When pushing to Docker Hub, please use "index.docker.io" as the
|
||||
> registry portion of the image name.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user