Skip to content

Commit

Permalink
🧹 add cloudflare to default providers (#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Jan 8, 2025
1 parent 57b338a commit 2be8485
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions providers/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,21 @@ var DefaultProviders Providers = map[string]*Provider{
},
},

"cloudflare": {
Provider: &plugin.Provider{
Name: "cloudflare",
ID: "go.mondoo.com/cnquery/v11/providers/cloudflare",
ConnectionTypes: []string{"cloudflare"},
Connectors: []plugin.Connector{
{
Name: "cloudflare",
Use: "cloudflare",
Short: "Cloudflare provider",
},
},
},
},

"core": {
Provider: &plugin.Provider{
Name: "core",
Expand Down

0 comments on commit 2be8485

Please sign in to comment.