Skip to content

Commit 0f6dcb3

Browse files
committed
Add build attestations to Docker image
1 parent af5539c commit 0f6dcb3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docker-bake.hcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,13 @@ target "default" {
3737
"linux/amd64",
3838
strlen(GIT_TAG) > 0 ? "linux/arm64" : "",
3939
]
40+
attest = [
41+
{
42+
type = "provenance"
43+
mode = "max"
44+
},
45+
{
46+
type = "sbom"
47+
}
48+
]
4049
}

0 commit comments

Comments
 (0)