sigstore / sigstore-go

Go library for Sigstore signing and verification
Apache License 2.0
49 stars 26 forks source link

Use sentinel errors bundle validation in `validateBundle` func #291

Closed malancas closed 2 months ago

malancas commented 2 months ago

Summary

This updates validateBundle so that it returns sentinel errors for verification issues. It uses a pre existing sentinel error and adds two new ones.

Release Note

Documentation