Remove beta note from attestation top level command

This commit is contained in:
William Martin 2024-06-24 15:46:00 +02:00
parent 846b6ec20b
commit d7c56bfb13

View file

@ -17,8 +17,6 @@ func NewCmdAttestation(f *cmdutil.Factory) *cobra.Command {
Short: "Work with artifact attestations",
Aliases: []string{"at"},
Long: heredoc.Doc(`
### NOTE: This feature is currently in beta, and subject to change.
Download and verify artifact attestations.
`),
}