Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/network/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var Config = plugin.Provider{
"go.mondoo.com/cnquery/providers/os",
"go.mondoo.com/cnquery/providers/k8s",
"go.mondoo.com/cnquery/providers/aws",
"go.mondoo.com/cnquery/providers/networkdiscovery",
// FIXME: DEPRECATED, remove in v12.0 vv
// Until v10 providers had a version indication in their ID. With v10
// this is no longer the case. Once we get far enough away from legacy
Expand Down
2 changes: 1 addition & 1 deletion providers/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ func (r *Runtime) lookupResourceProvider(resource string) (*ConnectedProvider, *
"go.mondoo.com/cnquery/providers/os",
"go.mondoo.com/cnquery/providers/ms365",
"go.mondoo.com/cnquery/providers/azure",

"go.mondoo.com/cnquery/providers/networkdiscovery",
// FIXME: DEPRECATED, remove in v12.0 vv
// Providers traditionally had a version indication in their ID. With v10
// this is no longer necessary (but still supported due to a bug,
Expand Down
Loading