target "default" {
attest = [
"type=provenance,mode=max",
"type=sbom,disabled=true"
]
}
$ docker buildx bake --print
{
"group": {
"default": {
"targets": [
"default"
]
}
},
"target": {
"default": {
"attest": [
{
"type": "provenance"
},
{
"disabled": true,
"type": "sbom"
}
],
"context": ".",
"dockerfile": "Dockerfile"
}
}
}
relates to: https://github.com/docker/actions-toolkit/actions/runs/12888049135/job/35932056137?pr=572#step:2:3060
"mode": "max"is missing in the output.Also relates to #2848 (comment) to add tests.