Skip to content

Commit

Permalink
Correct help text of verify-attestation policy argument (#3527)
Browse files Browse the repository at this point in the history
Signed-off-by: michaelvl <mvl.gh@network42.dk>
  • Loading branch information
michaelvl authored Feb 8, 2024
1 parent a0b02b7 commit d0ac36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/options/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (o *VerifyAttestationOptions) AddFlags(cmd *cobra.Command) {
"whether to check the claims found")

cmd.Flags().StringSliceVar(&o.Policies, "policy", nil,
"specify CUE or Rego files will be using for validation")
"specify CUE or Rego files with policies to be used for validation")

cmd.Flags().StringVarP(&o.Output, "output", "o", "json",
"output format for the signing image information (json|text)")
Expand Down
2 changes: 1 addition & 1 deletion doc/cosign_verify-attestation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0ac36a

Please sign in to comment.