diff options
author | Anita Stanisz <106669481+anita-stanisz-sonarsource@users.noreply.github.com> | 2024-09-19 11:43:31 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-25 20:02:53 +0000 |
commit | 3126d7e9dbd2a36e29a293694e64bd335cfee55d (patch) | |
tree | b46bfc534640ce3364d10587f6932efd71e9b702 /sonar-ws/src/main | |
parent | 8f0de0706aafbffdd83cdfd91b845a49e61d4285 (diff) | |
download | sonarqube-3126d7e9dbd2a36e29a293694e64bd335cfee55d.tar.gz sonarqube-3126d7e9dbd2a36e29a293694e64bd335cfee55d.zip |
SONAR-23064 Enhance search projects response with isAiCodeAssured flag (#11774)
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-components.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto index d51a8a2805b..b0ec074464a 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -114,6 +114,7 @@ message Component { optional string version = 19; optional string pullRequest = 20; optional bool needIssueSync = 21; + optional bool isAiCodeAssured = 22; message Tags { repeated string tags = 1; |