aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main
diff options
context:
space:
mode:
authorAnita Stanisz <106669481+anita-stanisz-sonarsource@users.noreply.github.com>2024-09-19 11:43:31 +0200
committersonartech <sonartech@sonarsource.com>2024-09-25 20:02:53 +0000
commit3126d7e9dbd2a36e29a293694e64bd335cfee55d (patch)
treeb46bfc534640ce3364d10587f6932efd71e9b702 /sonar-ws/src/main
parent8f0de0706aafbffdd83cdfd91b845a49e61d4285 (diff)
downloadsonarqube-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.proto1
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;