From d7c56bfb13f99b1df9d3a6f867cae60091171c44 Mon Sep 17 00:00:00 2001 From: William Martin Date: Mon, 24 Jun 2024 15:46:00 +0200 Subject: [PATCH] Remove beta note from attestation top level command --- pkg/cmd/attestation/attestation.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/cmd/attestation/attestation.go b/pkg/cmd/attestation/attestation.go index 423de1807..121ae3db0 100644 --- a/pkg/cmd/attestation/attestation.go +++ b/pkg/cmd/attestation/attestation.go @@ -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. `), }