Skip to content

Commit

Permalink
Merge pull request #71 from Kong/attest
Browse files Browse the repository at this point in the history
Add attest
  • Loading branch information
voigtjr authored Jan 9, 2025
2 parents 7a5ecb4 + 799bb55 commit fbdca75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ target "build" {
context = "./"
dockerfile = "Dockerfile"
platforms = ["linux/amd64", "linux/arm64"]
attest = [
"type=sbom,generator=docker/scout-sbom-indexer:latest",
"type=provenance"
]
}

0 comments on commit fbdca75

Please sign in to comment.