sigstore / sigstore-go

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

Add SCT creation to VirtualSigstore #338

Open codysoyland opened 6 days ago

codysoyland commented 6 days ago

Summary

This adds SCT creation to the VirtualSigstore testing utility.

This currently fails tests due to the SCT signature being produced incorrectly, so I will leave in draft until I am able to resolve that.

Fixes https://github.com/sigstore/sigstore-go/issues/337

Release Note

Documentation