GitXplorerGitXplorer
t

chains

public
246 stars
126 forks
58 issues

Commits

List of commits on branch main.
Verified
6d4f7ed1d69ecd67df2e77fa671e5856243b8fa4

Bump actions/checkout from 3 to 4 (#1195)

ddependabot[bot] committed 2 days ago
Verified
e6c2a1902db96e4f0670bcabff9d951a1a7e7868

Update base image used in ko build (#1205)

llcarva committed 3 days ago
Verified
ce49a2942c4fce954a322141a432717bf9ca3aaf

Add v0.22.1 release

llcarva committed 3 days ago
Verified
829d1eb1e26732569daf5dc82210b0260b150ab0

Add v0.22.0 release (#1180)

llcarva committed 9 days ago
Verified
5fbaba5d184f0bd1c685d696ab6099c27de8e981

.github: add github-actions to dependabot… (#1194)

vvdemeester committed 10 days ago
Verified
a8cd5f6788060b8dae550ed931a1b9c2c8e1888c

fix mapping between Status.Steps and Status.TaskSpec.Steps (#1188)

jjkhelil committed 10 days ago

README

The README file for this repository.

Tekton Chains

CII Best Practices

Supply Chain Security in Tekton Pipelines

Tekton Chains logo

Getting Started

Tekton Chains is a Kubernetes Custom Resource Definition (CRD) controller that allows you to manage your supply chain security in Tekton.

In its default mode of operation, Chains works by observing all TaskRuns executions in your cluster. When TaskRuns complete, Chains takes a snapshot of them. Chains then converts this snapshot to one or more standard payload formats, signs them and stores them somewhere.

Current features include:

  • Signing TaskRun results with user provided cryptographic keys, including TaskRuns themselves and OCI Images
  • Attestation formats like intoto
  • Signing with a variety of cryptographic key types and services (x509, KMS)
  • Support for multiple storage backends for signatures

Installation

Prerequisite: you'll need Tekton Pipelines installed on your cluster before you install Chains.

To install the latest version of Chains to your Kubernetes cluster, run:

kubectl apply --filename https://storage.googleapis.com/tekton-releases/chains/latest/release.yaml

To install a specific version of Chains, run:

kubectl apply -f https://storage.googleapis.com/tekton-releases/chains/previous/${VERSION}/release.yaml

To verify that installation was successful, wait until all Pods have Status Running:

kubectl get po -n tekton-chains --watch
NAME                                       READY   STATUS      RESTARTS   AGE
tekton-chains-controller-c4f7c57c4-nrjb2   1/1     Running     0          160m

Setup

To finish setting up Chains, please complete the following steps:

Vendor specific documentation

Any additional documentation specific to particular cloud vendors can be found at docs/vendor.

Tutorials

To get started with Chains, try out our getting started tutorial.

To start signing OCI images and generating signed provenance for them, try our signed provenance tutorial.

Community tutorials

The Chains community has been hard at work creating tutorials as well:

Experimental Features

To learn more about experimental features, check out experimental.md

Want to contribute

We are so excited to have you!

  • See CONTRIBUTING.md for an overview of our processes
  • See DEVELOPMENT.md for how to get started
  • See ROADMAP.md for the current roadmap Check out our good first issues and our help wanted issues to get started!
  • See releases.md for our release cadence and processes

To learn more about Chains:

  • Chat with us in the #chains Slack channel
  • Attend the Chains Working Group meeting, details here