Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Container Image Signing & SLSA Provenance Verification with Sigstore Cosign

Container Image Signing & SLSA Provenance Verification with Sigstore Cosign Supply chain security guide on signing OCI container images keylessly and verifying SLSA build provenance using Sigstore Cosign and Rekor. Executive Summary & Key Takeaways Keyless Image Signing: Sign OCI container images in CI/CD using OIDC identity tokens (Fulcio CA) without managing private keys. Immutable Transparency…

Supply chain security is a critical concern for enterprise software applications. Container registries like Docker Hub and GitHub Container Registry (GHCR) store execution binaries that can be compromised if attackers gain access to CI/CD credentials or registry permissions. To address this, Sigstore Cosign provides a solution for signing OCI container images in the CI/CD pipeline without the need to manage private keys.

Cosign uses OIDC (OpenID Connect) identity tokens from Fulcio Certificate Authority to sign container images, ensuring the integrity of the images without the risk of key exposure. The signed images are recorded in the public Rekor transparency log, creating an immutable record that prevents tampering. This transparent logging is crucial for verifying the provenance of container images and ensuring they have not been altered.

In addition to image signing, SLSA (Supply-chain Levels for Software Artifacts) provides a set of guidelines for attesting the build process of software artifacts. Cosign can attach cryptographically signed SLSA build provenance attestations to container images, further enhancing the supply chain's security. This process involves generating and attaching a Software Bill of Materials (SBOM) that includes detailed information about all components used in the build process.

To enforce the use of signed images, Kyverno, an open-source policy engine for Kubernetes, can be utilized. Kyverno policies can be configured to block the deployment of un-signed or non-compliant container images in Kubernetes clusters. By integrating Kyverno with Cosign, Kubernetes clusters can automatically verify that all running containers have valid signatures, ensuring that only trusted images are executed.

This comprehensive approach combines keyless signing with supply chain provenance verification, creating a robust defense against supply chain attacks. By implementing automated monitoring and continuous verification, organizations can ensure that their containerized environments remain secure and compliant with industry standards.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Why We Parse Industrial Code Instead of Embedding It

Most of the industrial AI you have seen is a retrieval pipeline with a chat box on it. Chunk the manuals, embed them, stuff the top matches into a context window, let the model talk. It demos well.

  • Nexus system prioritizes language model as core component
  • Parses ladder logic, structured text, AOIs, UDTs, tag databases, device configs
  • Benchmarks show zero errors with independent controls engineers

What I Learned Stealing Ideas from Matt Pocock’s `.agents` Directory

What I Learned Stealing Ideas from Matt Pocock’s .agents Directory If you’ve spent more than ten minutes on TypeScript Twitter, you know Matt Pocock.

  • Matt Pocock's .agents directory teaches importance of context and guardrails for AI agents
  • Explicit "do not" lists prevent unwanted changes and break team conventions
  • Repository structure includes role definitions, explicit rules, and context injection patterns

Robots That Walk and Talk Are Coming To Car Factories

An anonymous reader quotes a report from The New York Times: At a BMW factory in South Carolina, a human-shaped robot with a screen for a face recently stepped from a charging station toward a stack…

  • BMW unveils humanoid robot at Spartanburg factory
  • Robot demonstrates sluggish, human-like movements
  • Humanoid robots aim to revolutionize U.S. manufacturing

More from Saturday 15 August →