From 77076a0ccd2903bd4d416984575f8fc4b3c74bc9 Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Wed, 8 Mar 2023 14:59:50 +0000 Subject: [PATCH] auto-update documentation --- data/data.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index 6e8b85d..0383719 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -260,3 +260,8 @@ properties: description: Generate [provenance](https://docs.docker.com/build/attestations/slsa-provenance/) attestation for the build (shorthand for `--attest=type=provenance`). type: string required: false + + - name: sbom + description: Generate [sbom](https://docs.docker.com/build/attestations/sbom/) attestation for the build (shorthand for `--attest type=sbom`). + type: string + required: false