From 39f4503d689f20e83edfbd48d24d1d37acc46c20 Mon Sep 17 00:00:00 2001 From: Lukasz Jarocki Date: Wed, 6 Jul 2022 09:09:17 +0200 Subject: SONAR-16614 saving detected context in the scanner report --- sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 1 + 1 file changed, 1 insertion(+) (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 dda0893f219..9b2b159dc31 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -195,6 +195,7 @@ message Issue { TextRange text_range = 6; repeated Flow flow = 7; bool quickFixAvailable = 8; + optional string ruleDescriptionContextKey = 9; } message ExternalIssue { -- cgit v1.2.3