Use new GitHub previews terminology in attestation

Update attestations commands to align with new GitHub previews terminology, replacing `beta` with `public preview`.

https://github.blog/changelog/2024-10-18-new-terminology-for-github-previews/
This commit is contained in:
bagtoad 2024-10-22 10:50:00 -06:00
parent 34f1b50acc
commit 04add8d68f
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ func NewDownloadCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Comman
Args: cmdutil.ExactArgs(1, "must specify file path or container image URI, as well as one of --owner or --repo"),
Short: "Download an artifact's attestations for offline use",
Long: heredoc.Docf(`
### NOTE: This feature is currently in beta, and subject to change.
### NOTE: This feature is currently in public preview, and subject to change.
Download attestations associated with an artifact for offline use.

View file

@ -26,7 +26,7 @@ func NewInspectCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Command
Hidden: true,
Short: "Inspect a sigstore bundle",
Long: heredoc.Docf(`
### NOTE: This feature is currently in beta, and subject to change.
### NOTE: This feature is currently in public preview, and subject to change.
Inspect a downloaded Sigstore bundle for a given artifact.

View file

@ -35,7 +35,7 @@ func NewTrustedRootCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Com
Args: cobra.ExactArgs(0),
Short: "Output trusted_root.jsonl contents, likely for offline verification",
Long: heredoc.Docf(`
### NOTE: This feature is currently in beta, and subject to change.
### NOTE: This feature is currently in public preview, and subject to change.
Output contents for a trusted_root.jsonl file, likely for offline verification.