Skip to content

Commit

Permalink
feat: add filters to AnalyzeRequest
Browse files Browse the repository at this point in the history
Signed-off-by: Matthis Holleville <matthish29@gmail.com>
  • Loading branch information
matthisholleville committed May 14, 2023
1 parent 6c4eb60 commit 5cbadc8
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 @@ -13,6 +13,7 @@ message AnalyzeRequest {
string language = 6;
int32 max_concurrency = 7;
string output = 8;
repeated string filters = 9;
}

message SensitiveData {
Expand Down

0 comments on commit 5cbadc8

Please sign in to comment.