Skip to content

Commit 4fc827e

Browse files
author
Igor Komlew
committed
adding networkdiscovery id for cross-provider
1 parent 2ef5d5e commit 4fc827e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

providers/network/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var Config = plugin.Provider{
1919
"go.mondoo.com/cnquery/providers/os",
2020
"go.mondoo.com/cnquery/providers/k8s",
2121
"go.mondoo.com/cnquery/providers/aws",
22+
"go.mondoo.com/cnquery/providers/networkdiscovery",
2223
// FIXME: DEPRECATED, remove in v12.0 vv
2324
// Until v10 providers had a version indication in their ID. With v10
2425
// this is no longer the case. Once we get far enough away from legacy

providers/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func (r *Runtime) lookupResourceProvider(resource string) (*ConnectedProvider, *
640640
"go.mondoo.com/cnquery/providers/os",
641641
"go.mondoo.com/cnquery/providers/ms365",
642642
"go.mondoo.com/cnquery/providers/azure",
643-
643+
"go.mondoo.com/cnquery/providers/networkdiscovery",
644644
// FIXME: DEPRECATED, remove in v12.0 vv
645645
// Providers traditionally had a version indication in their ID. With v10
646646
// this is no longer necessary (but still supported due to a bug,

0 commit comments

Comments
 (0)