Skip to content

Commit

Permalink
add kolide_firmwarepasswd
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-fdm committed Oct 19, 2023
1 parent 3766937 commit 2f9a988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orbit/pkg/table/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

"github.com/fleetdm/fleet/v4/orbit/pkg/table/sntp_request"
"github.com/kolide/launcher/pkg/osquery/tables/firefox_preferences"
"github.com/kolide/launcher/pkg/osquery/tables/firmwarepasswd"
"github.com/macadmins/osquery-extension/tables/chromeuserprofiles"
"github.com/macadmins/osquery-extension/tables/fileline"
"github.com/macadmins/osquery-extension/tables/puppet"
Expand Down Expand Up @@ -135,6 +136,7 @@ func OrbitDefaultTables() []osquery.OsqueryPlugin {

// Kolide extensions.
firefox_preferences.TablePlugin(kolideLogger),
firmwarepasswd.TablePlugin(kolideLogger),
}
return plugins
}
Expand Down

0 comments on commit 2f9a988

Please sign in to comment.