Limit uploaded event details
All checks were successful
OfficeCom Sentinel Client / validate-client (push) Successful in 23s
OfficeCom Sentinel Client / build-client-windows (push) Successful in 49s

This commit is contained in:
OfficeCom Codex
2026-08-03 01:18:35 +02:00
parent d1f78a38fd
commit 2ca50a4ee9
5 changed files with 21 additions and 4 deletions

View File

@@ -107,6 +107,10 @@ internal sealed record ScanResult
public int TotalEvents { get; init; }
public int ReportedEventCount { get; init; }
public bool EventsTruncated { get; init; }
public int UniqueIpCount { get; init; }
public string AlertState { get; init; } = "ok";