We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c730634 commit 09bd4a7Copy full SHA for 09bd4a7
cli/slsa-verifier/verify/options.go
@@ -127,7 +127,7 @@ func (o *VerifyNpmOptions) AddFlags(cmd *cobra.Command) {
127
cmd.MarkFlagsMutuallyExclusive("source-versioned-tag", "source-tag")
128
}
129
130
-// VerifyGithubAttestationOptions is the top-level options for the `verifyGithubAttestation` command.
+// VerifyGithubAttestationOptions is the top-level options for the `verify-github-attestation` command.
131
type VerifyGithubAttestationOptions struct {
132
SourceURI string
133
BuilderID string
0 commit comments