Forgot verify's short str.
This commit is contained in:
parent
96da5f74ca
commit
0b14695ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue