Skip to content

Commit

Permalink
revise link to how-to-verify
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Jul 10, 2024
1 parent a1068c4 commit 9ad9097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifiers/internal/vsa/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func VerifyVSA(ctx context.Context,
vsaOpts *options.VSAOpts,
verificationOpts *options.VerificationOpts,
) ([]byte, error) {
// following steps in https://slsa.dev/spec/v1.1/verification_summary#how-to-verify
// following steps in https://slsa.dev/spec/draft/verification_summary#how-to-verify
envelope, err := utils.EnvelopeFromBytes(attestation)
if err != nil {
return nil, err
Expand Down

0 comments on commit 9ad9097

Please sign in to comment.