mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 09:57:10 +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,
|
os_version,
|
||||||
uptime
|
uptime
|
||||||
WHERE
|
WHERE
|
||||||
uptime.days > 60;
|
uptime.days > 90;
|
||||||
|
Loading…
Reference in New Issue
Block a user