Skip to content

Commit

Permalink
Sofa tables
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Apr 27, 2024
1 parent 549579d commit 7401968
Show file tree
Hide file tree
Showing 15 changed files with 6,015 additions and 147 deletions.
12 changes: 1 addition & 11 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,7 @@ go_library(
importpath = "github.com/macadmins/osquery-extension",
visibility = ["//visibility:private"],
deps = [
"//tables/chromeuserprofiles",
"//tables/fileline",
"//tables/filevaultusers",
"//tables/macos_profiles",
"//tables/macosrsr",
"//tables/mdm",
"//tables/munki",
"//tables/networkquality",
"//tables/pendingappleupdates",
"//tables/puppet",
"//tables/unifiedlog",
"//tables/sofa",
"@com_github_osquery_osquery_go//:osquery-go",
"@com_github_osquery_osquery_go//plugin/table",
],
Expand Down
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
Loading

0 comments on commit 7401968

Please sign in to comment.