Skip to content

Commit 3c44a18

Browse files
ROX-31434: Add node to file system events (#147)
1 parent 7fd69bc commit 3c44a18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fact/src/event/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ impl From<Event> for fact_api::FileActivity {
8989
file: Some(file),
9090
timestamp: Some(timestamp),
9191
process: Some(process),
92+
hostname: value.hostname.to_string(),
9293
}
9394
}
9495
}

third_party/stackrox

Submodule stackrox updated 3666 files

0 commit comments

Comments
 (0)