mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-08 22:39:28 +00:00
Rename current_time column to now_ts to avoid Kolide import issue
This commit is contained in:
parent
46defeab6f
commit
36c2286717
@ -25,7 +25,7 @@ SELECT
|
||||
f.mtime - strftime('%s', 'now') AS mtime_diff,
|
||||
f.ctime - strftime('%s', 'now') AS ctime_diff,
|
||||
f.btime - strftime('%s', 'now') AS btime_diff,
|
||||
strftime('%s', 'now') AS current_time,
|
||||
strftime('%s', 'now') AS now_ts,
|
||||
hash.sha256 AS child_hash256,
|
||||
pp.path AS parent_path,
|
||||
pp.cmdline AS parent_cmd,
|
||||
|
Loading…
Reference in New Issue
Block a user