→ Back to Home
CI/CD

Chainloop Unveils Open-Source Evidence Store to Bolster Software Supply Chain Security in CI/CD Pipelines

The software development landscape has been significantly enhanced today with the release of Chainloop, an open-source evidence store and policy engine designed to secure the software supply chain. This new tool integrates directly into Continuous Integration/Continuous Delivery (CI/CD) pipelines, including popular platforms like GitHub Actions, GitLab CI, Jenkins, and Dagger. Its core function is to capture and store verifiable evidence of every step in the build process, generating signed in-toto attestations. These attestations act as a tamper-proof record, detailing what was built, by whom, and under what conditions, linking artifacts to their originating commits and build environments. This development is profoundly significant for any practitioner involved in software delivery. In an era where software supply chain attacks are a growing threat, Chainloop offers a concrete mechanism to establish trust and transparency. For developers, it means an automated way to prove the integrity of their work without adding significant manual overhead. For security and compliance teams, it provides a centralized, auditable control plane where all build evidence arrives pre-signed, regardless of the CI provider. This eliminates the arduous task of manually reconstructing build histories for audits or incident response, making it easier to meet regulatory requirements and internal security policies. Chainloop's introduction fits squarely within the broader, well-established trend of DevSecOps and the increasing emphasis on software supply chain security. Initiatives like SLSA (Supply-chain Levels for Software Artifacts) and the widespread adoption of Software Bill of Materials (SBOMs) highlight the industry's shift towards proactive security measures throughout the entire software development lifecycle. The tool's use of in-toto attestations aligns perfectly with these frameworks, providing cryptographic proof of provenance and integrity. This move towards verifiable, policy-driven automation in CI/CD is a natural evolution, extending the principles of continuous integration and delivery to include continuous security and compliance. It also reflects the growing understanding that security cannot be an afterthought but must be baked into every stage of the pipeline. In practice, this means organizations can now enforce granular policies on their build processes, ensuring that artifacts only proceed to deployment if they meet predefined criteria, such as having a complete SBOM, passing specific security scans, or originating from approved environments. Practitioners should explore integrating Chainloop into their existing CI/CD workflows, starting with a pilot project to understand its impact on their specific toolchain and compliance needs. While Chainloop offers a hosted instance for trial, deploying it on a self-managed Kubernetes cluster provides full control over the evidence store, which might be a critical consideration for highly regulated industries. The trade-off lies between the convenience of a hosted service and the sovereignty of self-hosting, particularly for sensitive data. Security teams should leverage its policy engine, potentially using Rego policies, to automate checks and prevent non-compliant artifacts from reaching production, thereby significantly reducing attack surfaces and improving overall software integrity.
#ci/cd security#software supply chain#devsecops#open-source#in-toto#attestation
Read original source