sigstore / sigstore-conformance

Conformance testing for Sigstore clients
https://sigstore.dev
7 stars 10 forks source link

CI: Add another "acceptance" implementation #113

Open woodruffw opened 9 months ago

woodruffw commented 9 months ago

At the moment, only sigstore-python is only used for 'acceptance' into the conformance suite, meaning that it's pretty easy to merge FP/FN or otherwise incorrect cases because they're either skipped or a single implementation incorrectly accepts them. See #112 for an example of this.

To mitigate this, we could add another self-test with a separate implementation, such as sigstore-go.