-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace cosign #1008
Comments
There's a WIP sigstore-go which aims at reducing the dependencies to a minimum. Once it's ready, we'll use that? |
That sounds like a plan! |
We already have this https://github.com/sigstore/sigstore |
IIUC, this https://github.com/sigstore/sigstore-go is the library WIP that will minimize the logic / number of deps |
https://github.com/sigstore/sigstore-go now has signing support, so it may be possible to make the change soon
|
At the moment we use cosign to sign our payload. Cosign brings in a lot of dependencies.
We could replace it with something like this https://github.com/slsa-framework/slsa-github-generator/blob/c3a3e407b10cc6dbbb44d01e0ebdded5c6b22f12/signing/sigstore/rekor.go#L63
The text was updated successfully, but these errors were encountered: