Skip to content

Commit

Permalink
Remove attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
jplock committed Dec 20, 2024
1 parent 8590dd1 commit 8d08f0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"]
Expand Down

0 comments on commit 8d08f0b

Please sign in to comment.