Skip to content

Commit

Permalink
fix help text
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Aug 15, 2024
1 parent b975b7c commit b01f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/builders/generic/attest.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func attestCmd(provider slsa.ClientProvider, check func(error),
Use: "attest",
Short: "Create a signed SLSA provenance attestation from a Github Action",
Long: `Generate and sign SLSA provenance from a Github Action to form an attestation
and upload to a Rekor transparency log. This command assumes that it is being
and create a Sigstore Bundle. This command assumes that it is being
run in the context of a Github Actions workflow.`,

Run: func(_ *cobra.Command, _ []string) {
Expand Down

0 comments on commit b01f90b

Please sign in to comment.