diff --git a/docker-bake.hcl b/docker-bake.hcl index 2ce614d..766ecac 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -8,10 +8,6 @@ target "parent" { args = { TARGETPLATFORM = "x86_64-unknown-linux-gnu" } - attest = [ - "type=provenance,mode=max", - "type=sbom", - ] platforms = ["linux/amd64"] tags = ["parent-vault:latest"] cache-to = ["type=gha,ignore-error=true,mode=max,scope=parent"] @@ -24,10 +20,6 @@ target "enclave" { args = { TARGETPLATFORM = "x86_64-unknown-linux-musl" } - attest = [ - "type=provenance,mode=max", - "type=sbom", - ] platforms = ["linux/amd64"] tags = ["enclave-vault:latest"] cache-to = ["type=gha,ignore-error=true,mode=max,scope=enclave"]