cosign
cosign copied to clipboard
Code signing and transparency for containers and binaries
**Question** https://docs.microsoft.com/pt-br/windows/win32/seccrypto/signtool https://docs.microsoft.com/en-us/windows-hardware/drivers/install/authenticode
**Question** There was brief mention of using co-sign to ensure an authorized base image was used, can anyone give some detail? I used to have content trust enabled but when...
**Question** I am trying to prove out a workflow to be able to sign, save and transport container images to an air-gapped system to later verify and load into docker...
Signed-off-by: nicolaka Summary I updated the KMS.md doc with additional details on using Vault Namespaces with cosign. Ticket Link Fixes Release Note NONE
Signed-off-by: Batuhan Apaydın #### Summary This PR will add custom annotation support to both attest and verify-attestation commands. #### Ticket Link Fixes #1773 #### Release Note ```release-note feat(attest): custom annotations...
Hi team, I'm experimenting cosign (sigstore). What i've done so far: 1. Push the non-signed image to the repo 2. Sign the image 3. Pull the image (signed) DCT is...
Refactors: - [X] Use the `ConfirmPrompt` function everywhere instead of rolling prompt implementation everywhere. - [ ] Move `pkg/cosign/common.go` to internal package. - [ ] Maybe have a single function...
Signed-off-by: Kenny Leung #### Summary this updates the fulcio dep from 0.1.2 to 0.5.2. #### Release Note NONE #### Documentation
Details of this proposal available in this [Google Doc.](https://docs.google.com/document/d/1gucjOA_bGyRjK6TeaOI-X5GIUv8WsPzeMDMkq25Kv4Y/edit#heading=h.we5fqok7jai5) ### Summary The current `sign-blob` command and documentation steer the user towards producing two files (raw sig and cert) for each...
I want to use cosign cli to verify a signature that was generated using `sigstore` pkg with a gcp kms ref `gcpkms://projects/$PROJECT/locations/$LOCATION/keyRings/$KEYRING/cryptoKeys/$KEY/cryptoKeyVersions/$KEY_VERSION`. ``` export KEY_REF=gcpkms://projects/chuangw-test/locations/global/keyRings/test/cryptoKeys/mykey/cryptoKeyVersions/1 cosign verify-blob --key $KEY_REF --signature...