Skip to content

Commit 6475832

Browse files
adding string container_id as a new field
1 parent 991867f commit 6475832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proto/package_scanner.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ message SBOMRequest {
1717
string node_type = 7;
1818
string host_name = 8;
1919
string registry_id = 9;
20+
string container_id = 10;
2021
}
2122

2223
message SBOMResult {
2324
string sbom = 1;
24-
}
25+
}

0 commit comments

Comments
 (0)