Paul Krill
Editor at Large

GitHub takes aim at software supply chain security

news
May 9, 20242 mins

GitHub Artifact Attestations, based on Sigstore, signs and verifies the integrity of software artifacts in GitHub Actions workflows.

rows of chains
Credit: Fré Sonneveld

GitHub has introduced Artifact Attestations, a software signing and verification feature based on Sigstore that protects the integrity of software builds in GitHub Actions workflows. Artifiact Attestations is now available in a public beta.

Announced May 2, Artifact Attestations allows project maintainers to create a “tamper-proof, unforgeable paper trail” that links software artifacts to the process that created them. “Downstream consumers of this metadata can use it as a foundation for new security and validity checks through policy evaluations via tools like Rego and Cue,” GitHub wrote in the announcement.

Verification support initially will be based on GitHub CLI, but this will be expanded to bring the same controls to the Kubernetes ecosystem later this year. Powering Artifact Attestations is the Sigstore open-source project for signing and verifying software artifacts.

Artifact Attestations helps reduce the complexity of deploying public key infrastructure by placing trust in the security of a GitHub account, GitHub said. This is done via signing a document with a temporary key pair. A public key is attached to a certificate associated with a build system’s workload identity. The private key does not leave process memory and is discarded immediately after signing. This differs from other approaches to signing that rely on human identities and long-lived keys, GitHub said.

Setting up Artifact Attestations is done by adding YAML to a GitHub Actions workflow to create an attestation and installing the GitHub CLI tool to verify it.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author