mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update 1Password policy versions (#43840)
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>
This commit is contained in:
parent
4da30fc321
commit
a060f3ec82
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' AND version_compare(bundle_short_version, '8.12.10') < 0);
|
||||
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app' AND version_compare(bundle_short_version, '8.12.12') < 0);
|
||||
critical: false
|
||||
description: This device may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues.
|
||||
resolution: "Download the latest version from Self-service, otherwise the update will automatically install during an upcoming scheduled maintenance window. Check your calendar for details."
|
||||
|
|
|
|||
Loading…
Reference in a new issue