Skip to content

Commit

Permalink
🧹 update source comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 30, 2024
1 parent 77f3d47 commit 36c80e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/reporter/cnspec_report.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions policy/cnspec_policy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions policy/cnspec_policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -934,4 +933,4 @@ message Source {
string name = 1;
// Optional. URL of the source
string url = 2;
}
}

0 comments on commit 36c80e4

Please sign in to comment.