verify vsa passed message

Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
Ramon Petgrave
2024-06-20 15:59:09 +00:00
parent 2ef9a40437
commit f0fedec1dd

View File

@@ -96,6 +96,7 @@ func (c *VerifyVSACommand) Exec(ctx context.Context) (*utils.TrustedAttesterID,
if *c.PrintAttestation {
fmt.Fprintf(os.Stdout, "%s\n", string(verifiedProvenance))
}
fmt.Fprintf(os.Stderr, "Verifying VSA: PASSED\n\n")
// verfiers.VerifyVSA already checks if the producerID matches
return outProducerID, nil
}