mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 05:48:26 +00:00
#17309 I added some missing env var replacement tests for policies, queries, etc. - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Added/updated tests - [X] Manual QA for all new/changed functionality
5 lines
209 B
YAML
5 lines
209 B
YAML
- name: 🔥 Failing policy
|
|
platform: $LINUX_OS
|
|
description: This policy should always fail.
|
|
resolution: There is no resolution for this policy.
|
|
query: SELECT 1 FROM osquery_info WHERE start_time < 0;
|