aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-scanner-protocol/src/main/protobuf/scanner_report.proto')
-rw-r--r--sonar-scanner-protocol/src/main/protobuf/scanner_report.proto10
1 files changed, 10 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 b7c1d3d5064..fb7ebb72f7f 100644
--- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
+++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
@@ -388,3 +388,13 @@ message Impact {
string software_quality = 1;
string severity = 2;
}
+
+message Dependency {
+ string key = 1;
+ string name = 2;
+ optional string package_manager = 3;
+ optional string full_name = 4;
+ optional string description = 5;
+ optional string version = 6;
+ repeated string parent_dependency_key = 7;
+} \ No newline at end of file