dont print err content
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
1b67b354a9
commit
7c405e8b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue