ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

SIGSTORE

Open-source artifact signing via OIDC keyless.

Definition

Sigstore comprises: Cosign (CLI signing), Fulcio (short-lived certs CA), Rekor (immutable transparency log), Gitsign (commit signing). OIDC providers: Google, GitHub, Microsoft, Sigstore. Used by Kubernetes, npm registry, Docker Hub trust delegation. Apache 2.0 license.

Origin

Launched by Red Hat, Google, Linux Foundation in 2021.

Example in context

cosign sign --identity-token $TOKEN gcr.io/myapp:v1 signs image via GitHub OIDC.

Last updated: May 15, 2026