diff --git a/cli/reporter/cnspec_report.pb.go b/cli/reporter/cnspec_report.pb.go index 9d24cbcf..44623519 100644 --- a/cli/reporter/cnspec_report.pb.go +++ b/cli/reporter/cnspec_report.pb.go @@ -4,7 +4,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v5.27.3 +// protoc v5.28.1 // source: cnspec_report.proto package reporter diff --git a/policy/cnspec_policy.pb.go b/policy/cnspec_policy.pb.go index a4929414..9b0da21a 100644 --- a/policy/cnspec_policy.pb.go +++ b/policy/cnspec_policy.pb.go @@ -4128,8 +4128,7 @@ type Score struct { FailureTime int64 `protobuf:"varint,11,opt,name=failure_time,json=failureTime,proto3" json:"failure_time,omitempty"` // risk factors that were applied to this score RiskFactors *ScoredRiskFactors `protobuf:"bytes,12,opt,name=risk_factors,json=riskFactors,proto3" json:"risk_factors,omitempty"` - // Source of the score - // Currently, this only applies to vulnerability scores + // Optional. Source of the score. Source *Source `protobuf:"bytes,13,opt,name=source,proto3" json:"source,omitempty"` } diff --git a/policy/cnspec_policy.proto b/policy/cnspec_policy.proto index e61367dd..fa66b4eb 100644 --- a/policy/cnspec_policy.proto +++ b/policy/cnspec_policy.proto @@ -640,8 +640,7 @@ message Score { int64 failure_time = 11; // risk factors that were applied to this score ScoredRiskFactors risk_factors = 12; - // Source of the score - // Currently, this only applies to vulnerability scores + // Optional. Source of the score. Source source = 13; } @@ -934,4 +933,4 @@ message Source { string name = 1; // Optional. URL of the source string url = 2; -} \ No newline at end of file +}