Update Workstations configuration (#41237)

This pull request updates the workstation team settings to ensure that
disk space policies are enforced across all major operating systems. The
most important change is the addition of specific policy IDs for
monitoring disk space on Linux, macOS, and Windows.

**Policy enforcement improvements:**

* Added `policy_ids` for disk space monitoring on Linux (`38244`), macOS
(`38230`), and Windows (`38239`) in the `team_settings` section of
`it-and-security/teams/workstations.yml`.
This commit is contained in:
Allen Houchins 2026-03-08 20:53:16 -05:00 committed by GitHub
parent 032e0433fb
commit 4b7c2125bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,10 @@ team_settings:
destination_url: $DOGFOOD_FAILING_POLICIES_WEBHOOK_URL
enable_failing_policies_webhook: true
host_batch_size: 0
policy_ids: []
policy_ids:
- 38244 # Linux - Sufficient disk space available
- 38230 # macOS - Sufficient disk space available
- 38239 # Windows - Sufficient disk space available
features:
enable_host_users: true
enable_software_inventory: true