Skip to content

Commit

Permalink
add tables
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-fdm committed Oct 20, 2023
1 parent 8d0ed9c commit ef640e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions orbit/pkg/table/extension_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ import (
"github.com/fleetdm/fleet/v4/orbit/pkg/table/software_update"
"github.com/fleetdm/fleet/v4/orbit/pkg/table/sudo_info"
"github.com/fleetdm/fleet/v4/orbit/pkg/table/user_login_settings"
airport "github.com/kolide/launcher/pkg/osquery/tables/airport"

// appicons "github.com/kolide/launcher/pkg/osquery/tables/app-icons"
"github.com/kolide/launcher/pkg/osquery/tables/apple_silicon_security_policy"
"github.com/kolide/launcher/pkg/osquery/tables/filevault"
"github.com/kolide/launcher/pkg/osquery/tables/ioreg"
profiles "github.com/kolide/launcher/pkg/osquery/tables/profiles"
Expand Down Expand Up @@ -79,5 +83,8 @@ func PlatformTables() []osquery.OsqueryPlugin {
profiles.TablePlugin(kolideLogger),
pwpolicy.TablePlugin(kolideLogger),
// kolidesecedit.TablePlugin(kolideLogger), //TODO: Fix build error
airport.TablePlugin(kolideLogger),
// appicons.AppIcons(), //TODO: Fix build error
apple_silicon_security_policy.TablePlugin(kolideLogger),
}
}

0 comments on commit ef640e9

Please sign in to comment.