Update verify.go

Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
This commit is contained in:
Ramon Petgrave
2025-06-20 15:52:16 -04:00
committed by GitHub
parent 0db0ca2d68
commit 77b5e98654
+1 -1
View File
@@ -196,7 +196,7 @@ func verifyGithubAttestation() *cobra.Command {
}
return nil
},
Short: "Verifies SLSA provenance for a github attestation",
Short: "Verifies SLSA provenance for a github artifact attestation",
Run: func(cmd *cobra.Command, args []string) {
v := verify.VerifyGithubAttestationCommand{
AttestationPath: o.AttestationPath,