From 4e66f183c2a4731b1d088610991bcc24ea5a7a12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 07:44:10 -0600 Subject: [PATCH] Update 1Password and Safari policy versions (#38505) This PR automatically updates both 1Password macOS version policy and Safari version policy for dogfood. The changes were generated automatically by the [dogfood-automated-policy-updates workflow](https://github.com/fleetdm/fleet/actions/workflows/dogfood-automated-policy-updates.yml). Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com> --- it-and-security/lib/macos/policies/update-1password.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it-and-security/lib/macos/policies/update-1password.yml b/it-and-security/lib/macos/policies/update-1password.yml index 1a106ca425..349a1de6a1 100644 --- a/it-and-security/lib/macos/policies/update-1password.yml +++ b/it-and-security/lib/macos/policies/update-1password.yml @@ -1,5 +1,5 @@ - name: macOS - 1Password up to date - query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app') OR EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app' AND version_compare(bundle_short_version, '8.11.22') >= 0); + query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app') OR EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app' AND version_compare(bundle_short_version, '8.12.0') >= 0); critical: false description: The host may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues. resolution: Check for updates using 1Password's built-in update functionality or download the latest version from self-service.