Update "macOS - Check if latest version" policy description/resolution (#19120)

This will make our own calendar events look like the one in the calendar
wireframes/marketing images
This commit is contained in:
Rachael Shaw 2024-05-17 12:37:19 -05:00 committed by GitHub
parent c6d0a39930
commit 0ce6a9fbee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,8 +114,8 @@ policies:
SELECT 1 FROM os_version
WHERE (major > 14 OR (major = 14 AND minor > 5) OR (major = 14 AND minor = 5 AND patch >= 0)); --Sonoma
critical: false
description: This policy check if macOS version is most recent version available.
resolution: From the Apple menu, select System Settings. Navigate to General > Software Update.
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
resolution: We will update your macOS to version 14.4.1 to enhance security and stability.
platform: darwin
calendar_events_enabled: true
queries: