mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to 93b40706a007
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
9
vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.proto
generated
vendored
9
vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.proto
generated
vendored
@ -72,11 +72,12 @@ message Attestations {
|
||||
|
||||
message Attestation {
|
||||
AttestationKind kind = 1;
|
||||
map<string, bytes> metadata = 2;
|
||||
|
||||
string ref = 2;
|
||||
string path = 3;
|
||||
string inTotoPredicateType = 4;
|
||||
repeated InTotoSubject inTotoSubjects = 5;
|
||||
Ref ref = 3;
|
||||
string path = 4;
|
||||
string inTotoPredicateType = 5;
|
||||
repeated InTotoSubject inTotoSubjects = 6;
|
||||
}
|
||||
|
||||
enum AttestationKind {
|
||||
|
Reference in New Issue
Block a user