dont print err content

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-09-05 08:16:34 -06:00
parent 1b67b354a9
commit 7c405e8b6e

View file

@ -200,7 +200,7 @@ func (v *LiveSigstoreVerifier) Verify(attestations []*api.Attestation, policy ve
))
return &SigstoreResults{
Error: fmt.Errorf("verifying with issuer \"%s\": %v", issuer, err),
Error: fmt.Errorf("verifying with issuer \"%s\"", issuer),
}
}