aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2022-03-18 14:34:51 -0500
committersonartech <sonartech@sonarsource.com>2022-03-23 20:02:45 +0000
commita9f41cbcedaed97174740ebb5dbcf110b2d4617b (patch)
tree76c4936b811ce21932b93c4b02ab8ab90cbaafbe /sonar-scanner-protocol
parentb9fb568ae65b2bff724452a756ce93040dfd40db (diff)
downloadsonarqube-a9f41cbcedaed97174740ebb5dbcf110b2d4617b.tar.gz
sonarqube-a9f41cbcedaed97174740ebb5dbcf110b2d4617b.zip
SONAR-16162 Enable New Code based on "reference branch" with a scanner parameter
Diffstat (limited to 'sonar-scanner-protocol')
-rw-r--r--sonar-scanner-protocol/src/main/protobuf/scanner_report.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
index a6fc6398869..dda0893f219 100644
--- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
+++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
@@ -60,6 +60,8 @@ message Metadata {
map<string, int32> not_analyzed_files_by_language = 20;
+ string new_code_reference_branch = 21;
+
message QProfile {
string key = 1;
string name = 2;