Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Nov 12, 2024
1 parent e1e29e6 commit 1f75e26
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 485 deletions.
27 changes: 15 additions & 12 deletions policy/cnspec_policy.pb.go

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

8 changes: 6 additions & 2 deletions policy/cnspec_policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,16 @@ message ReportingJob {

enum Type {
UNSPECIFIED = 0;
CHECK = 1;
DATA_QUERY = 2;
CONTROL = 3;
POLICY = 4;
FRAMEWORK = 5;
RISK_FACTOR = 6;

// DO NOT USE CHECK OR DATA_QUERY, THEY ARE DEPRECATED
// Here's the reason why:
// A query can be either or both. We cannot pick one in all cases
CHECK = 1;
DATA_QUERY = 2;
}

string checksum = 1;
Expand Down
Loading

0 comments on commit 1f75e26

Please sign in to comment.