diff --git a/it-and-security/teams/company-owned-mobile-devices.yml b/it-and-security/teams/company-owned-mobile-devices.yml index 5fa45409b1..8331c96634 100644 --- a/it-and-security/teams/company-owned-mobile-devices.yml +++ b/it-and-security/teams/company-owned-mobile-devices.yml @@ -26,3 +26,6 @@ controls: policies: queries: software: + app_store_apps: + - app_store_id: '618783545' # Slack + - app_store_id: '546505307' # Zoom diff --git a/it-and-security/teams/personal-mobile-devices.yml b/it-and-security/teams/personal-mobile-devices.yml index 0b4e862554..42f16dd917 100644 --- a/it-and-security/teams/personal-mobile-devices.yml +++ b/it-and-security/teams/personal-mobile-devices.yml @@ -25,3 +25,6 @@ controls: policies: queries: software: + app_store_apps: + - app_store_id: '618783545' # Slack + - app_store_id: '546505307' # Zoom diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 49207e4536..3187c50e7e 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -175,3 +175,5 @@ software: - path: ../lib/windows/software/google-chrome.yml # Google Chrome for Windows - path: ../lib/windows/software/google-chrome-arm.yml # Google Chrome for Windows (ARM) - path: ../lib/windows/software/1password.yml # 1Password for Windows + app_store_apps: + - app_store_id: '803453959' # Slack Desktop diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index 02580d9c4a..3ec5d0029c 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -68,6 +68,7 @@ controls: - package_path: ../lib/macos/software/google-chrome.yml # Google Chrome for macOS - package_path: ../lib/macos/software/zoom.yml # Zoom for macOS - package_path: ../lib/macos/software/1password.yml # 1Password for macOS + - app_store_id: '803453959' # Slack Desktop macos_updates: deadline: "2025-04-26" minimum_version: "15.4" @@ -115,3 +116,6 @@ software: - path: ../lib/windows/software/google-chrome.yml # Google Chrome for Windows - path: ../lib/windows/software/google-chrome-arm.yml # Google Chrome for Windows (ARM) - path: ../lib/windows/software/1password.yml # 1Password for Windows + app_store_apps: + - app_store_id: '803453959' # Slack Desktop +