func doc comment

Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
Ramon Petgrave
2024-06-25 15:47:24 +00:00
parent 719e118767
commit 311b211a48

View File

@@ -14,7 +14,7 @@ import (
"github.com/slsa-framework/slsa-verifier/v2/verifiers/utils"
)
// VerifyVSA verifies the VSA attestation.
// VerifyVSA verifies the VSA attestation. It returns the attestation base64-decoded from the envelope, and the trusted attester ID.
func VerifyVSA(ctx context.Context,
attestation []byte,
vsaOpts *options.VSAOpts,