cosign copy
should have an option to create a "copy attestation"
#2892
Labels
enhancement
New feature or request
A user in Slack has a use case that looks like the following:
alpine:latest
) with no signatures.This used to be possible via:
But now that we don't allow signing by tag (#2047) it's trickier, you need to:
This is a little safer in case "private-repo" is malicious.
But it's annoying to do. Also, semantically, the signature here means "I copied this." We could have the user
cosign attach attestation
instead that basically says "I copied this from : at time T". If this becomes a common pattern, we could build that intocosign copy
!(This hints at a general need for "common attestation patterns" with sugar support in Cosign.)
The text was updated successfully, but these errors were encountered: