Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-fdm committed Oct 23, 2023
1 parent 238b024 commit 33839cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions orbit/pkg/table/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ import (
//"github.com/kolide/launcher/pkg/osquery/tables/falcon_kernel_check" //TODO: Fix build error
//"github.com/kolide/launcher/pkg/osquery/tables/crowdstrike/falconctl" //TODO: Fix build error
//"github.com/kolide/launcher/pkg/osquery/tables/cryptoinfotable"
//"github.com/kolide/launcher/pkg/osquery/tables/secureboot"

// TODO: Need coding/other
//"github.com/kolide/launcher/pkg/osquery/tables/dataflattentable"

"github.com/macadmins/osquery-extension/tables/chromeuserprofiles"
"github.com/macadmins/osquery-extension/tables/fileline"
Expand Down Expand Up @@ -158,6 +162,10 @@ func OrbitDefaultTables() []osquery.OsqueryPlugin {
// falcon_kernel_check.TablePlugin(kolideLogger),
// falconctl.NewFalconctlOptionTable(kolideLogger),
// cryptoinfotable.TablePlugin(kolideLogger),
// desktopprocs.TablePlugin(),

// TODO: Need coding/other
// dataflattentable.TablePlugin(kolideLogger, dataSourceType),
}
return plugins
}
Expand Down

0 comments on commit 33839cd

Please sign in to comment.