mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to v0.11.0-rc4
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:

committed by
Tonis Tiigi

parent
a8be6b576b
commit
7394853ddf
7
vendor/github.com/moby/buildkit/solver/result/attestation.go
generated
vendored
7
vendor/github.com/moby/buildkit/solver/result/attestation.go
generated
vendored
@ -9,12 +9,13 @@ import (
|
||||
|
||||
const (
|
||||
AttestationReasonKey = "reason"
|
||||
AttestationSBOMCore = "sbom-core"
|
||||
AttestationInlineOnlyKey = "inline-only"
|
||||
)
|
||||
|
||||
var (
|
||||
AttestationReasonSBOM = []byte("sbom")
|
||||
AttestationReasonProvenance = []byte("provenance")
|
||||
const (
|
||||
AttestationReasonSBOM = "sbom"
|
||||
AttestationReasonProvenance = "provenance"
|
||||
)
|
||||
|
||||
type Attestation[T any] struct {
|
||||
|
Reference in New Issue
Block a user