Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit d03a856

Browse files
committed
New team for new hires
1 parent 64229f4 commit d03a856

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

teams/new-hires.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Teams are available in Fleet Premium.
2+
3+
# This file updates policies, queries, agent options, controls, and software for hosts assigned to the "Workstations" team.
4+
5+
# To add another team, create a new file in the teams/ directory and copy and paste the contents from this file.
6+
# Update the secret in the new file, then create the corresponding secret in GitHub Actions secrets.
7+
# Then add that secret to .github/workflows/workflow.yml as an env variable.
8+
# The secret name in the YAML file must match the secret name in GitHub Actions secrets.
9+
10+
name: New Hires
11+
policies:
12+
- path: ../lib/macos/policies/macos-device-health.policies.yml
13+
queries:
14+
- path: ../lib/all/queries/collect-usb-devices.queries.yml
15+
- path: ../lib/all/queries/collect-failed-login-attempts.queries.yml
16+
agent_options:
17+
path: ../lib/agent-options.yml
18+
controls:
19+
scripts:
20+
- path: ../lib/macos/scripts/set-timezone.script.sh
21+
team_settings:
22+
secrets:
23+
- secret: "$FLEET_NEW_HIRES_ENROLL_SECRET"
24+
features:
25+
enable_host_users: true
26+
enable_software_inventory: true
27+
software:

0 commit comments

Comments
 (0)