You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename Brave and Visual Studio Code labels to indicate x86-only and add an arch check (exclude ARM) in their queries in it-and-security/lib/all/labels/windows-with-fleet-maintained-apps-installed.yml. Update patch-fleet-maintained-apps.yml to reference the new x86 label names so policies target the correct hosts.
Copy file name to clipboardExpand all lines: it-and-security/lib/windows/policies/patch-fleet-maintained-apps.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@
45
45
fleet_maintained_app_slug: brave-browser/windows
46
46
install_software: false
47
47
labels_include_any:
48
-
- Windows hosts with Brave Browser installed
48
+
- x86 Windows hosts with Brave Browser installed
49
49
- name: Windows - Visual Studio Code up to date
50
50
description: The host may have an outdated version of Visual Studio Code, potentially risking security vulnerabilities or compatibility issues.
51
51
resolution: "Download the latest version from Self-service or check for updates using Visual Studio Code's built-in update functionality. You can also uninstall Visual Studio Code if you are no longer using it."
- x86 Windows hosts with Visual Studio Code installed
57
57
- name: Windows - Docker Desktop up to date
58
58
description: The host may have an outdated version of Docker Desktop, potentially risking security vulnerabilities or compatibility issues.
59
59
resolution: "Download the latest version from Self-service or check for updates using Docker Desktop's built-in update functionality. You can also uninstall Docker Desktop if you are no longer using it."
0 commit comments