Skip to content

Commit

Permalink
feat: add project_id attribute to cache object
Browse files Browse the repository at this point in the history
Signed-off-by: Matthis Holleville <matthish29@gmail.com>
  • Loading branch information
matthisholleville committed Nov 12, 2023
1 parent 0e0723a commit 8dc6bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/schema/v1/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ message Cache {
string bucket_name = 2;
string storage_account = 3;
string container_name = 4;
string project_id = 5;
}

message Trivy {
Expand Down

0 comments on commit 8dc6bb3

Please sign in to comment.