mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
7 lines
269 B
YAML
7 lines
269 B
YAML
|
|
- name: 🔥 Failing policy with script
|
||
|
|
platform: linux
|
||
|
|
description: This policy should always fail.
|
||
|
|
resolution: There is no resolution for this policy.
|
||
|
|
query: SELECT 1 FROM osquery_info WHERE start_time < 0;
|
||
|
|
run_script:
|
||
|
|
path: ./lib/collect-fleetd-logs.sh
|