sigstore
Software supply chain security toolkit for signing, verifying, and recording the provenance of software artifacts, container images, and releases.
Overview
sigstore (most commonly used through its cosign tool) lets developers sign software artifacts - container images, binaries, release files - and lets anyone else verify those signatures came from the expected source, using short-lived certificates instead of long-term keys a team has to manage and protect. Signing events are recorded in a public, tamper-resistant transparency log.
sigstore is a fit for teams that want to verify the authenticity and integrity of software they build, publish, or consume - a supply-chain security concern distinct from Trivy's vulnerability scanning or Falco's runtime detection (also in this catalog), focused specifically on provenance and signing.
- Categories
- DevOps
- Languages
- Go
- License
- Apache-2.0
Related Projects
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Caddy
Apache-2.0Modern web server and reverse proxy with automatic HTTPS by default, built for simplicity compared to traditional web server configuration.
- DevOps
cert-manager
Apache-2.0Automates issuing, renewing, and managing TLS certificates for Kubernetes applications, eliminating manual certificate handling.
- DevOps
Spotted an error? Suggest an edit on GitHub.