Cosign
Container signing, verification and storage in an OCI registry by Sigstore.
Why consider Cosign?
Cosign is an open-source container signing and verification tool created by Sigstore (Linux Foundation). It signs container images, SBOMs, and blobs with keyless OpenID Connect certificates and stores signatures directly in OCI registries.
Learn Cosign by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Cosign
Cosign enables software supply chain provenance verification using Fulcio root CA and Rekor transparency logs.
Quickstart
# Generate keypaircosign generate-key-pair# Sign and verify imagecosign sign --key cosign.key user/my-image:latestcosign verify --key cosign.pub user/my-image:latestCosign is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.