From 3d7825137f12277d4c1d1e7783fb07c59a8633db Mon Sep 17 00:00:00 2001 From: Aris Boutselis Date: Mon, 2 Oct 2023 00:31:02 +0100 Subject: [PATCH] chore: minor fix Signed-off-by: Aris Boutselis --- protobuf/schema/v1/schema.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf/schema/v1/schema.proto b/protobuf/schema/v1/schema.proto index 053f765..503af2c 100644 --- a/protobuf/schema/v1/schema.proto +++ b/protobuf/schema/v1/schema.proto @@ -92,6 +92,7 @@ message Integrations { } message ListIntegrationsRequest {} + // Add integrations to list message ListIntegrationsResponse { Trivy trivy = 1;