Skip to content

Commit

Permalink
feat: added interplex
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexsJones committed Nov 18, 2024
1 parent 327bb73 commit 75f3f45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protobuf/schema/v1/server_config_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ message Cache {
S3Cache s3_cache = 1;
AzureCache azure_cache = 2;
GCSCache gcs_cache = 3;
InterplexCache interplex_cache = 4;
}
}

Expand Down Expand Up @@ -72,6 +73,10 @@ message GCSCache {
string project_id = 3;
}

message InterplexCache {
string endpoint = 1;
}

message Trivy {
bool enabled = 1;
bool skip_install = 2;
Expand Down

0 comments on commit 75f3f45

Please sign in to comment.