Skip to content

Commit

Permalink
attestation: update default SBOM generator image
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max authored and jedevc committed Nov 23, 2022
1 parent 998ca2e commit c0fe9b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/attestations/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const (
)

const (
// TODO: update this before next buildkit release
defaultSBOMGenerator = "jedevc/buildkit-syft-scanner:master@sha256:de630f621eb0ab1bb1245cea76d01c5bddfe78af4f5b9adecde424cb7ec5605e"
defaultSBOMGenerator = "docker/buildkit-syft-scanner:stable-1"
)

func Filter(v map[string]string) map[string]string {
Expand Down

0 comments on commit c0fe9b7

Please sign in to comment.