From b01f90b33c966da291d489ca7efb27978323d481 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Thu, 15 Aug 2024 10:33:01 -0400 Subject: [PATCH] fix help text Signed-off-by: Ramon Petgrave --- internal/builders/generic/attest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/builders/generic/attest.go b/internal/builders/generic/attest.go index 3ea7b6fab4..4bb9bba1f4 100644 --- a/internal/builders/generic/attest.go +++ b/internal/builders/generic/attest.go @@ -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) {