mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-25 23:32:03 +00:00
Merge pull request #135 from tstromberg/fp4
Increase long uptime cutoff from 60d to 90d
This commit is contained in:
commit
b9ea18e50f
@ -12,4 +12,4 @@ FROM
|
||||
os_version,
|
||||
uptime
|
||||
WHERE
|
||||
uptime.days > 60;
|
||||
uptime.days > 90;
|
||||
|
Loading…
Reference in New Issue
Block a user