Skip to content

Commit

Permalink
fix: proto formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
  • Loading branch information
arbreezy committed Oct 1, 2023
1 parent c987d4a commit 4a0d070
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions protobuf/schema/v1/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,12 @@ message Integrations {
Trivy trivy = 1;
}

message ListIntegrationsRequest {

}
message ListIntegrationsRequest {}
// Add integrations to list
message ListIntegrationsResponse {
Trivy trivy = 1;
}

service ServerService {
rpc Analyze(AnalyzeRequest) returns (AnalyzeResponse) {}
rpc AddConfig(AddConfigRequest) returns (AddConfigResponse) {}
Expand Down

0 comments on commit 4a0d070

Please sign in to comment.