Skip to content

Commit

Permalink
Minor: Fix indentation in proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
vikin91 committed Nov 22, 2022
1 parent f9c7afc commit a778e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/scanner/api/v1/node_scan_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ message GetNodeVulnerabilitiesResponse {
repeated Vulnerability kubelet_vulnerabilities = 2;
repeated Vulnerability kubeproxy_vulnerabilities = 3;
repeated Vulnerability runtime_vulnerabilities = 4;
repeated Feature inventory_features = 9;
repeated Feature inventory_features = 9;

message KernelComponent {
string name = 1;
Expand Down

0 comments on commit a778e72

Please sign in to comment.