Skip to content

Commit 1e8c1ae

Browse files
committed
Update package scanner request fields
1 parent 53d04a9 commit 1e8c1ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proto/package_scanner.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ service PackageScanner {
1010
message SBOMRequest {
1111
string source = 1;
1212
string scan_type = 2;
13+
string container_name = 3;
14+
string kubernetes_cluster_name = 4;
15+
string image_id = 5;
16+
string scan_id = 6;
17+
string node_type = 7;
18+
string host_name = 8;
1319
}
1420

1521
message SBOMResult {

0 commit comments

Comments
 (0)