Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Jan 12 11:28:22 2023 +0100

    feat: add option to configure provenance attestation (#171)
This commit is contained in:
Robert Kaussow 2023-01-12 10:31:03 +00:00
parent 51a0221219
commit 077c9d8d12

View File

@ -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