cosign icon indicating copy to clipboard operation
cosign copied to clipboard

Code signing and transparency for containers and binaries

Results 291 cosign issues
Sort by recently updated
recently updated
newest added
trafficstars

**Question** https://docs.microsoft.com/pt-br/windows/win32/seccrypto/signtool https://docs.microsoft.com/en-us/windows-hardware/drivers/install/authenticode

question

**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
no-issue-activity

**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...

question
no-issue-activity

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

no-pr-activity

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...

no-pr-activity

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...

question
no-issue-activity

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...

no-pr-activity

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...

enhancement

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...

question