mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-16 01:20:39 +00:00
commit 13e353b883
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:
parent
51a0221219
commit
077c9d8d12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user