mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Dogfood: Chrome & Firefox Fleet-maintained apps (#30312)
To help us reproduce [this bug](https://github.com/fleetdm/fleet/issues/30239) using dogfood. - @noahtalerman: Only added to "Workstations (canary)" for testing. Why not use the Fleet-maintained apps in for the "Workstations" team?
This commit is contained in:
parent
bce10924d0
commit
aba1f6e9eb
1 changed files with 4 additions and 2 deletions
|
|
@ -164,8 +164,6 @@ queries:
|
|||
- path: ../lib/macos/queries/collect-santa-denied-logs.yml
|
||||
software:
|
||||
packages:
|
||||
- path: ../lib/macos/software/mozilla-firefox.yml # Mozilla Firefox for MacOS (universal)
|
||||
- path: ../lib/macos/software/google-chrome.yml # Google Chrome for macOS
|
||||
- path: ../lib/macos/software/1password.yml # 1Password for macOS
|
||||
- path: ../lib/macos/software/santa.yml # Santa for macOS
|
||||
- path: ../lib/macos/software/zoom.yml # Zoom for macOS
|
||||
|
|
@ -190,6 +188,10 @@ software:
|
|||
self_service: true
|
||||
fleet_maintained_apps:
|
||||
# macOS apps
|
||||
- slug: google-chrome/darwin # Google Chrome for macOS
|
||||
self_service: true
|
||||
- slug: firefox/darwin # Mozilla Firefox for macOS
|
||||
self_service: true
|
||||
- slug: brave-browser/darwin # Brave for macOS (ARM)
|
||||
self_service: true
|
||||
labels_include_any:
|
||||
|
|
|
|||
Loading…
Reference in a new issue