From 7f7eafb54f0d96c5491c803e8e4c624d3d3a3a7f Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Thu, 11 Jan 2024 15:26:59 -0600 Subject: [PATCH] Fix platform documentation for windows_updates table (#16071) Compatible with Windows (not macOS) --- schema/tables/windows_updates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/tables/windows_updates.yml b/schema/tables/windows_updates.yml index a56c51290f..ffb3e0dacb 100644 --- a/schema/tables/windows_updates.yml +++ b/schema/tables/windows_updates.yml @@ -3,7 +3,7 @@ description: Returns information about Windows updates that are available for in evented: false notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher). platforms: - - darwin + - windows columns: - name: locale description: Location of the update. @@ -32,4 +32,4 @@ columns: - name: query description: The query is printed in this column. type: text - required: false \ No newline at end of file + required: false