sigstore / sigstore-conformance

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

Make it easier to run verification test locally #100

Closed steiza closed 1 year ago

steiza commented 1 year ago

For #99

Summary

If you're only testing verification use-cases locally, you don't need the OIDC JWT.

You can test this change with:

(env) $ pytest test --skip-signing --entrypoint=SIGSTORE_CLIENT

Release Note

Documentation

N/A

woodruffw commented 1 year ago

Thanks @steiza!