Skip to content

Commit ede96f6

Browse files
committed
add
1 parent 33839cd commit ede96f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orbit/pkg/table/extension.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212

1313
// Kolide tables
1414
"github.com/kolide/launcher/pkg/osquery/tables/cryptsetup"
15+
"github.com/kolide/launcher/pkg/osquery/tables/dev_table_tooling"
1516
"github.com/kolide/launcher/pkg/osquery/tables/firefox_preferences"
1617
"github.com/kolide/launcher/pkg/osquery/tables/firmwarepasswd"
1718
"github.com/kolide/launcher/pkg/osquery/tables/fscrypt_info"
@@ -157,6 +158,7 @@ func OrbitDefaultTables() []osquery.OsqueryPlugin {
157158
osquery_instance_history.TablePlugin(),
158159
secureboot.TablePlugin(kolideLogger),
159160
cryptsetup.TablePlugin(kolideLogger),
161+
dev_table_tooling.TablePlugin(kolideLogger),
160162

161163
// TODO: Fix build error
162164
// falcon_kernel_check.TablePlugin(kolideLogger),

0 commit comments

Comments
 (0)