Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
Ramon Petgrave
2024-06-17 16:06:50 +00:00
parent b90ede0bde
commit a3a573a800

View File

@@ -53,8 +53,6 @@ func (c *VerifyVSACommand) Exec(ctx context.Context) (*utils.TrustedAttesterID,
printFailed(err)
return nil, err
}
fmt.Println("Attestations: ", string(attestations))
fmt.Println("opts: ", vsaOpts)
verifiedProvenance, outProducerID, err := verifiers.VerifyVSA(ctx, attestations, vsaOpts)
if err != nil {
printFailed(err)