aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol
diff options
context:
space:
mode:
authorJanos Gyerik <janos.gyerik@sonarsource.com>2017-11-30 16:25:41 +0100
committerJanos Gyerik <janos.gyerik@sonarsource.com>2017-12-05 10:47:46 +0100
commit5a455faaea8e112b6d8c1500cfcbfeccb9c0f9d6 (patch)
tree9fb7d94887de671d828f3aaa5809f2569e5a21fd /sonar-scanner-protocol
parent4621e7abe869caa475adcd4c16e81ea4eb4fb249 (diff)
downloadsonarqube-5a455faaea8e112b6d8c1500cfcbfeccb9c0f9d6.tar.gz
sonarqube-5a455faaea8e112b6d8c1500cfcbfeccb9c0f9d6.zip
SONAR-10126 Add relative path of project basedir to scanner report
Diffstat (limited to 'sonar-scanner-protocol')
-rw-r--r--sonar-scanner-protocol/src/main/protobuf/scanner_report.proto3
1 files changed, 3 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 5662ed6cfb2..e939fa8855e 100644
--- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
+++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
@@ -43,6 +43,9 @@ message Metadata {
BranchType branch_type = 10;
string merge_branch_name = 11;
+ string relative_path_from_scm_root = 12;
+ string scm_revision_id = 13;
+
message QProfile {
string key = 1;
string name = 2;