From 0fcea4239b70018b291f3651e2fda591c305c07e Mon Sep 17 00:00:00 2001 From: Joe Stuart Date: Sun, 17 Sep 2023 09:33:14 -0500 Subject: [PATCH] document buildType config for slsa/v2alpha2 format. This is documentation for https://github.com/tektoncd/chains/pull/895 --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 70afaf76f1..f61ede0d2f 100644 --- a/docs/config.md +++ b/docs/config.md @@ -112,6 +112,7 @@ You can read more about Grafeas notes and occurrences [here](https://github.com/ | Key | Description | Supported Values | Default | | :--- | :--- | :--- | :--- | | `builder.id` | The builder ID to set for in-toto attestations | | `https://tekton.dev/chains/v2`| +| `builddefinition.buildtype` | The buildType for in-toto attestations | `https://tekton.dev/chains/v2/slsa`, `https://tekton.dev/chains/v2/slsa-tekton` | `https://tekton.dev/chains/v2/slsa`| ### Sigstore Features Configuration