sigstore / sigstore-conformance

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

Don't require a GitHub token #134

Closed jku closed 5 months ago

jku commented 6 months ago

The new extremely-dangerous-public-oidc-beacon current-token branch allows us to fetch the JWT without a GitHub token. This makes local testing easy, which makes developing the suite easier.

Changes:

Some additional notes:

Release Note

jku commented 6 months ago

This makes the test run significantly faster as well.

That is just a result of the caching which we could have done with the previous approach as well so it's kind of unrelated.