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