Skip to content

remove internal refs and tidy up #71

remove internal refs and tidy up

remove internal refs and tidy up #71

Triggered via pull request November 4, 2023 00:02
Status Failure
Total duration 1m 2s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

verify.yaml

on: pull_request
Verify Codegen
53s
Verify Codegen
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Verify Codegen: proto/platform/tenant/v1/attestation.platform.pb.go#L1
Please run ./hack/update-codegen.sh. diff --git a/proto/platform/tenant/v1/attestation.platform.pb.go b/proto/platform/tenant/v1/attestation.platform.pb.go index f1bd326..0692f7e 100644 --- a/proto/platform/tenant/v1/attestation.platform.pb.go +++ b/proto/platform/tenant/v1/attestation.platform.pb.go @@ -32,15 +32,18 @@ type Attestation struct { unknownFields protoimpl.UnknownFields // id, The Attestation UIDP at which this Attestation resides in the hierarchy. - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + // raw_attestation is a free form type to stub in any attestations so we don't end up a + // adding new tables for all the new type of attestations, initial goal is to add image configs + // and anything which comes up after that RawAttestation []byte `protobuf:"bytes,2,opt,name=raw_attestation,json=rawAttestation,proto3" json:"raw_attestation,omitempty"` - // format holds whether the Document format type + // format holds the Document format type Format string `protobuf:"bytes,3,opt,name=format,proto3" json:"format,omitempty"` // generated_at holds when the Attestation was generated. GeneratedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=generated_at,json=generatedAt,proto3" json:"generated_at,omitempty"` // Name of the Attestation. Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` - // Short description of the Attesation + // Short description of the Attention Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` // digest of the Attestation when ingested Digest *string `protobuf:"bytes,7,opt,name=digest,proto3,oneof" json:"digest,omitempty"`
Verify Codegen: proto/platform/tenant/v1/context.platform.pb.go#L1
Please run ./hack/update-codegen.sh. diff --git a/proto/platform/tenant/v1/context.platform.pb.go b/proto/platform/tenant/v1/context.platform.pb.go index 6f0c312..e909684 100644 --- a/proto/platform/tenant/v1/context.platform.pb.go +++ b/proto/platform/tenant/v1/context.platform.pb.go @@ -470,7 +470,7 @@ func (x *RecordContext_Workload) GetRemoteId() string { // Ancestry relationships are added to records when a "base image" // relationship has been uncovered. This context is added to BOTH // records with their respective roles. The base image will get -// the Role BASE, and the derivative image will get the Rile DERIVED. +// the Role BASE, and the derivative image will get the Role DERIVED. type RecordContext_Ancestry struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -536,7 +536,7 @@ func (x *RecordContext_Ancestry) GetImageId() string { // index. The INDEX will typically contain N contexts carrying the Role // INDEX, the id of the VARIANT's record, and the version information // that discriminates that VARIANT from other VARIANTs. The VARIANT -// will typically (but not always!) contain 1 context varrying the Role +// will typically (but not always!) contain 1 context carrying the Role // VARIANT, the id of the INDEX's record, and the version information // that discriminates it among the other VARIANTs in the INDEX. type RecordContext_Variant struct {
Verify Codegen
Process completed with exit code 1.
Verify Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/sdk/sdk. Supported file pattern: go.sum