Skip to content

Commit

Permalink
14465 add Kolide Tables part 3 of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-fdm committed Oct 20, 2023
1 parent c38be69 commit b570e6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions orbit/pkg/table/extension_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import (
"github.com/macadmins/osquery-extension/tables/unifiedlog"
"github.com/osquery/osquery-go"
"github.com/osquery/osquery-go/plugin/table"

"github.com/kolide/launcher/pkg/osquery/tables/macos_software_update"

Check failure on line 30 in orbit/pkg/table/extension_darwin.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/kolide/launcher/pkg/osquery/tables/macos_software_update; to add it:

Check failure on line 30 in orbit/pkg/table/extension_darwin.go

View workflow job for this annotation

GitHub Actions / run-tuf-and-gen-pkgs (^1.21.3)

no required module provides package github.com/kolide/launcher/pkg/osquery/tables/macos_software_update; to add it:
)

func PlatformTables() []osquery.OsqueryPlugin {
Expand Down Expand Up @@ -59,5 +61,8 @@ func PlatformTables() []osquery.OsqueryPlugin {
// osquery version 5.5.0 and up ships a unified_log table in core
// we are renaming the one from the macadmins extension to avoid collision
table.NewPlugin("macadmins_unified_log", unifiedlog.UnifiedLogColumns(), unifiedlog.UnifiedLogGenerate),

// Kolide tables
macos_software_update.MacOSUpdate(),
}
}

0 comments on commit b570e6e

Please sign in to comment.