mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update macOS version number to 15.3.1 (#26249)
Co-authored-by: allenhouchins <allen@fleetdm.com>
This commit is contained in:
parent
94f620a76f
commit
ebdb4b860d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
- name: macOS - Operating system up to date
|
||||
query: SELECT 1 FROM os_version WHERE version >= '15.3';
|
||||
query: SELECT 1 FROM os_version WHERE version >= '15.3.1';
|
||||
critical: true
|
||||
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
|
||||
resolution: Please find time to run Software Update. > System Settings > Software Update
|
||||
platform: darwin
|
||||
calendar_events_enabled: false
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue