Skip to content

Commit

Permalink
refactor(rpc): rename and not delete vuln-type
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jul 9, 2024
1 parent 5bc3fa7 commit aeb4f49
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 112 deletions.
136 changes: 68 additions & 68 deletions rpc/scanner/service.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 rpc/scanner/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ message Licenses {
}

message ScanOptions {
repeated string pkg_types = 1;
repeated string scanners = 2;
map<string, Licenses> license_categories = 4;
bool include_dev_deps = 5;
repeated string pkg_types = 6;

reserved 1; // deleted 'vuln_type'
reserved 3; // deleted 'list_all_packages'
}

Expand Down
Loading

0 comments on commit aeb4f49

Please sign in to comment.