build: pass attestation attributes to build request

Signed-off-by: Justin Chadwell <me@jedevc.com>
pull/1412/head
Justin Chadwell 2 years ago
parent 0c0c9a0030
commit f8b673eccd

@ -1109,7 +1109,7 @@ func BuildWithResultHandler(ctx context.Context, nodes []builder.Node, opt map[s
FrontendInputs: frontendInputs,
}
so.Frontend = ""
so.FrontendAttrs = nil
so.FrontendAttrs = attestations.Filter(so.FrontendAttrs)
so.FrontendInputs = nil
ch, done := progress.NewChannel(pw)

Loading…
Cancel
Save