Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 1044

Sigstore

What is Sigstore?

SigstoreAn open-source Linux Foundation project that makes signing, verifying, and protecting software artifacts easy by combining short-lived keys, OIDC identities, and a transparency log.


Sigstore is a set of cooperating services - Cosign for signing artifacts, Fulcio as a free OIDC-based certificate authority issuing short-lived signing certificates, and Rekor as a public, append-only transparency log of signatures. Developers authenticate with their existing identity provider (GitHub, Google, etc.) and Fulcio issues a brief signing certificate; Cosign signs containers, binaries, SBOMs, or in-toto attestations and records the signature in Rekor. Verification fetches the log entry and checks the identity and signature without long-lived private keys to manage. Sigstore is widely used in OCI container ecosystems, package registries, and SLSA-aligned pipelines to defend against supply-chain attacks.

Examples

  1. 01

    Signing container images in CI with Cosign and verifying them at Kubernetes admission.

  2. 02

    Publishing signed SBOMs and in-toto attestations to Rekor for public verification.

Frequently asked questions

What is Sigstore?

An open-source Linux Foundation project that makes signing, verifying, and protecting software artifacts easy by combining short-lived keys, OIDC identities, and a transparency log. It belongs to the Application Security category of cybersecurity.

What does Sigstore mean?

An open-source Linux Foundation project that makes signing, verifying, and protecting software artifacts easy by combining short-lived keys, OIDC identities, and a transparency log.

How does Sigstore work?

Sigstore is a set of cooperating services - Cosign for signing artifacts, Fulcio as a free OIDC-based certificate authority issuing short-lived signing certificates, and Rekor as a public, append-only transparency log of signatures. Developers authenticate with their existing identity provider (GitHub, Google, etc.) and Fulcio issues a brief signing certificate; Cosign signs containers, binaries, SBOMs, or in-toto attestations and records the signature in Rekor. Verification fetches the log entry and checks the identity and signature without long-lived private keys to manage. Sigstore is widely used in OCI container ecosystems, package registries, and SLSA-aligned pipelines to defend against supply-chain attacks.

How do you defend against Sigstore?

Defences for Sigstore typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Sigstore?

Common alternative names include: sigstore.

Related terms