From 9c4573b863d724e3af85e946280660c9b1fec46f Mon Sep 17 00:00:00 2001 From: Christopher Burkhalter Date: Fri, 15 Mar 2024 20:49:46 +0000 Subject: [PATCH] fixing missing * in windows_serv path --- artifacts/data/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/data/windows.yaml b/artifacts/data/windows.yaml index a75549d3..222dbd3c 100644 --- a/artifacts/data/windows.yaml +++ b/artifacts/data/windows.yaml @@ -2343,7 +2343,7 @@ doc: Windows service and driver configurations. sources: - type: REGISTRY_KEY attributes: - keys: ['HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\*'] + keys: ['HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\**'] supported_os: [Windows] urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/ServicesAndDrivers.html'] ---