Forgot verify's short str.

This commit is contained in:
Phill MV 2024-03-25 11:53:16 -04:00
parent 96da5f74ca
commit 0b14695ee1

View file

@ -24,7 +24,7 @@ func NewVerifyCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Command
verifyCmd := &cobra.Command{
Use: "verify [<file-path> | oci://<image-uri>] [--owner | --repo]",
Args: cobra.ExactArgs(1),
Short: "Verify",
Short: "Verify an artifact's integrity using attestations",
Long: heredoc.Docf(`
Verify the integrity and provenance of an artifact using its associated
cryptographically signed attestations.