Skip to content

Commit

Permalink
🧹 remove type from report asset
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Apr 4, 2024
1 parent 593720b commit 4ad64a4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 35 deletions.
57 changes: 24 additions & 33 deletions cli/reporter/cnquery_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 cli/reporter/cnquery_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ message Report {
message Asset {
string mrn = 1;
string name = 2;
string type = 3;
string platform_name = 4;
string platform_name = 20;
}

message DataValues {
Expand Down

0 comments on commit 4ad64a4

Please sign in to comment.