Skip to content

Commit

Permalink
feat(policies): multi-kind policies (#1322)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose I. Paris <[email protected]>
  • Loading branch information
jiparis authored Sep 16, 2024
1 parent 457cd59 commit 62213c8
Show file tree
Hide file tree
Showing 23 changed files with 1,071 additions and 423 deletions.
420 changes: 216 additions & 204 deletions app/controlplane/api/controlplane/v1/response_messages.pb.go

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion app/controlplane/api/controlplane/v1/response_messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ message PolicyEvaluations {
message PolicyEvaluation {
string name = 1;
string material_name = 2;
string body = 3;
string body = 3 [deprecated = true];
repeated string sources = 11;
map<string, string> annotations = 4;
string description = 5;
map<string, string> with = 7;
Expand Down

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

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

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

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

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

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

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

Loading

0 comments on commit 62213c8

Please sign in to comment.