aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2021-02-11 16:11:37 +0100
committersonartech <sonartech@sonarsource.com>2021-02-19 20:07:20 +0000
commit4843d35c9376b4c96d5fbef7c89d49a7058dd409 (patch)
tree02bf7ef1a1ce5d4ea7dd79e76a3df9b5fcb443b1 /sonar-scanner-protocol
parent7be50957eac88890a4341888986b5d750d3767f4 (diff)
downloadsonarqube-4843d35c9376b4c96d5fbef7c89d49a7058dd409.tar.gz
sonarqube-4843d35c9376b4c96d5fbef7c89d49a7058dd409.zip
SONAR-14461 save the default main branch when needed
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 b2deb7be2f5..f406f2bde9d 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 gitDefaultMainBranch = 21;
+
message QProfile {
string key = 1;
string name = 2;