-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⭐🌙 Cloudflare Provider #4743
base: main
Are you sure you want to change the base?
⭐🌙 Cloudflare Provider #4743
Conversation
0ecad60
to
d8e1dfd
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
.github/actions/spelling/expect.txt
Outdated
@@ -103,4 +105,4 @@ Vtpm | |||
vulnerabilityassessmentsettings | |||
vulnmgmt | |||
wil | |||
xssmatchstatement | |||
xssmatchstatement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you toss any empty line in these file these will go away
Ping @misterpantz for the lr file words |
6ccc07e
to
13b5343
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
halfway done with my review
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thank you @misterpantz |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Letha <[email protected]>
Co-authored-by: Letha <[email protected]>
90a399b
to
5857c05
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
// SPDX-License-Identifier: BUSL-1.1 | ||
package resources | ||
|
||
func (c *mqlCloudflareZone) id() (string, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not going to work, since you are also discovering this type as individual asset. If you want to be able to do this, you need to add an init function. For example https://github.com/mondoohq/cnquery/blob/main/providers/gcp/resources/bigquery.go#L202-L250
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not going to work how?
It's included into auto-generated files, so what it's needed for atm is that zones are making separate resources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would remove the cloudflare_
prefix from all files. Seems like it's not needed, since we are already in the cloudflare provider
Includes: