fleet/schema/tables/firmware_eficheck_integrity_check.yml
Eric 02437a098e
Schema: change default block scalar used in schema override files (#19296)
Closes: #19271
Closes: #19286

Changes:
- Updated the example in the schema folder readme
- Updated the block scalar used in Fleet's osquery override
documentation (`>-` » `|-`) and removed extra newlines
- Updated the block scalar used in URLs used to create new yaml override
files
- Regenerated osqeury_fleet_schema.json
2024-05-27 18:18:56 -05:00

19 lines
784 B
YAML

name: firmware_eficheck_integrity_check
platforms:
- darwin
description: Performs eficheck's integrity check on macOS Intel T1 chips (CIS 5.9).
columns:
- name: chip
type: text
required: false
description: |-
Contains the chip type, values are "apple", "intel-t1" and "intel-t2".
If chip type is "apple" or "intel-t2" then no eficheck integrity check is executed.
- name: output
type: text
required: false
description: |-
Output of the `/usr/libexec/firmwarecheckers/eficheck/eficheck --integrity-check` command.
This value is only valid when chip is "intel-t1".
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
evented: false