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
Copy file name to clipboardexpand all lines: it-and-security/lib/macos/policies/update-1password.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
- name: macOS - 1Password up to date
2
-
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.10.68') >= 0);
2
+
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.10.70') >= 0);
3
3
critical: false
4
4
description: The host may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues.
5
5
resolution: Check for updates using 1Password's built-in update functionality or download the latest version from self-service.
0 commit comments