notaryproject / notation-go

A collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define the behavior of VerificationOutcome

yizha1 opened this issue · comments

Summary
This is left over from #191 (comment), but focus on the behavior of VerificationOutcome. Currently it contains the only successful signature verification outcome, how about the failure outcome? As an API user, if no failure outcome is returned, how user can troubleshoot the failure of verification. Will this structure be connected to debug option as well?