Skip to content

Commit

Permalink
Add exec parser import to linux platform tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah-Kolide committed Mar 11, 2024
1 parent 5a3bced commit 0782fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/osquery/table/platform_tables_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/kolide/launcher/ee/tables/cryptsetup"
"github.com/kolide/launcher/ee/tables/dataflattentable"
"github.com/kolide/launcher/ee/tables/execparsers/apt"
"github.com/kolide/launcher/ee/tables/execparsers/data_table"

Check failure on line 15 in pkg/osquery/table/platform_tables_linux.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

could not import github.com/kolide/launcher/ee/tables/execparsers/data_table (-: # github.com/kolide/launcher/ee/tables/execparsers/data_table

Check failure on line 15 in pkg/osquery/table/platform_tables_linux.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

could not import github.com/kolide/launcher/ee/tables/execparsers/data_table (-: # github.com/kolide/launcher/ee/tables/execparsers/data_table
"github.com/kolide/launcher/ee/tables/execparsers/dnf"
"github.com/kolide/launcher/ee/tables/execparsers/dpkg"
"github.com/kolide/launcher/ee/tables/execparsers/flatpak/remote_ls/upgradeable"
Expand Down

0 comments on commit 0782fde

Please sign in to comment.