We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf69a1 commit 88863a1Copy full SHA for 88863a1
providers/aws/config/config.go
@@ -14,7 +14,7 @@ import (
14
var Config = plugin.Provider{
15
Name: "aws",
16
ID: "go.mondoo.com/cnquery/v9/providers/aws",
17
- Version: "13.2.4",
+ Version: "13.2.5",
18
ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)},
19
Connectors: []plugin.Connector{
20
{
providers/azure/config/config.go
Name: "azure",
ID: "go.mondoo.com/cnquery/v9/providers/azure",
- Version: "13.1.2",
+ Version: "13.1.3",
ConnectionTypes: []string{
provider.ConnectionType,
string(azureinstancesnapshot.SnapshotConnectionType),
0 commit comments