From 9de01d7594c2f99208524ee26c252dc885fd4c92 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Mon, 9 Jan 2023 20:32:29 +0100 Subject: [PATCH] build: added attest field --- build/bake/file-definition.md | 1 + 1 file changed, 1 insertion(+) diff --git a/build/bake/file-definition.md b/build/bake/file-definition.md index 7f7cf4d7b7..d5781e173a 100644 --- a/build/bake/file-definition.md +++ b/build/bake/file-definition.md @@ -49,6 +49,7 @@ Complete list of valid target fields available for [HCL](#hcl-definition) and | Name | Type | Description | |---------------------|--------|---------------------------------------------------------------------------------------------------------------------------------| | `args` | Map | Set build-time variables (same as [`--build-arg` flag](../../engine/reference/commandline/buildx_build.md)) | +| `attest` | Map | Define attestations that should be applied to the image, see [SBOM attestations](../attestations/sbom.md) and [Provenance attestations](../attestations/slsa-provenance.md) | | `cache-from` | List | External cache sources (same as [`--cache-from` flag](../../engine/reference/commandline/buildx_build.md)) | | `cache-to` | List | Cache export destinations (same as [`--cache-to` flag](../../engine/reference/commandline/buildx_build.md)) | | `context` | String | Set of files located in the specified path or URL |