mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-17 05:56:37 +00:00
minify test data
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
@@ -21,6 +21,8 @@ func VerifyVSA(ctx context.Context,
|
||||
vsaOpts *options.VSAOpts,
|
||||
verificationOpts *options.VerificationOpts,
|
||||
) ([]byte, *utils.TrustedAttesterID, error) {
|
||||
// following steps in https://slsa.dev/spec/v1.1/verification_summary#how-to-verify
|
||||
|
||||
// parse the envelope
|
||||
envelope, err := utils.EnvelopeFromBytes(attestations)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user