mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Update 1Password macOS version number to 8.11.10 (#33290)
This commit is contained in:
parent
500d1bc5e8
commit
41f51fe02e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.8') >= 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.11.10') >= 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue