Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cmd/attestation/download/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/attestation/inspect/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/attestation/trustedroot/trustedroot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down