Remove duplicate columns property in firmware_eficheck_integrity_check.yml (#9774)

Changes:
- Removed the duplicate `columns` property from the
`firmware_eficheck_integrity_check` table's YAML file that is currently
causing the website build script to fail.
(https://github.com/fleetdm/fleet/actions/runs/4136825407/jobs/7151210650#step:13:19)
This commit is contained in:
Eric 2023-02-09 11:56:21 -06:00 committed by GitHub
parent 6b50914500
commit 0e076a989f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ columns:
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.
columns:
- name: output
type: text
required: false