From 077c9d8d12051fbec2732fd5a50540dbf9c27330 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 12 Jan 2023 10:31:03 +0000 Subject: [PATCH] commit 13e353b883140310c9c4d143118b9176a7659f35 Author: Robert Kaussow Date: Thu Jan 12 11:28:22 2023 +0100 feat: add option to configure provenance attestation (#171) --- data/data.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index 3d4b8ef..fc341e2 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -255,3 +255,8 @@ properties: description: Labels to add to the image. type: list required: false + + - name: provenance + description: Generate [provenance](https://docs.docker.com/build/attestations/slsa-provenance/) attestation for the build (shorthand for `--attest=type=provenance`). + type: string + required: false