Skip to content

Commit

Permalink
Removing Kolide macos software update tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Oct 27, 2023
1 parent be1ce71 commit d7fabe5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions orbit/pkg/table/extension_darwin_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package table
import (
// ARM64 Kolide tables
appicons "github.com/kolide/launcher/pkg/osquery/tables/app-icons"
"github.com/kolide/launcher/pkg/osquery/tables/macos_software_update"

"github.com/osquery/osquery-go"
)
Expand All @@ -14,8 +13,6 @@ func appendTables(plugins []osquery.OsqueryPlugin) []osquery.OsqueryPlugin {
plugins = append(plugins,
// ARM64 Kolide tables
appicons.AppIcons(),
macos_software_update.MacOSUpdate(),
macos_software_update.RecommendedUpdates(kolideLogger),
)
return plugins
}

0 comments on commit d7fabe5

Please sign in to comment.