From a9f41cbcedaed97174740ebb5dbcf110b2d4617b Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Fri, 18 Mar 2022 14:34:51 -0500 Subject: SONAR-16162 Enable New Code based on "reference branch" with a scanner parameter --- sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-scanner-protocol') 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 not_analyzed_files_by_language = 20; + string new_code_reference_branch = 21; + message QProfile { string key = 1; string name = 2; -- cgit v1.2.3