Skip to content
Merged
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/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ func (r *Runtime) lookupResourceProvider(resource string) (*ConnectedProvider, *
"go.mondoo.com/cnquery/providers/networkdiscovery",
"go.mondoo.com/cnquery/providers/ai",
"go.mondoo.com/cnquery/providers/ipinfo",
"go.mondoo.com/cnquery/providers/yara",
// 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