From 485cf2831b8cb9661a3dd39a18fd0c6e07c643eb Mon Sep 17 00:00:00 2001 From: Matthis Holleville Date: Sun, 12 Nov 2023 21:59:28 +0100 Subject: [PATCH] feat: add project_id attribut to cache object Signed-off-by: Matthis Holleville --- 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 503af2c..792ed79 100644 --- a/protobuf/schema/v1/schema.proto +++ b/protobuf/schema/v1/schema.proto @@ -79,6 +79,7 @@ message Cache { string bucket_name = 2; string storage_account = 3; string container_name = 4; + string project_id = 5; } message Trivy {