We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
asset: { ids: [ 0: "//platformid.api.mondoo.app/hostname/vj" ] name: "vj" fqdn: "" family: [ 0: "darwin" 1: "bsd" 2: "unix" 3: "os" ] }
we could add cloud as a string, e.g.
asset: { ids: [ 0: "//platformid.api.mondoo.app/hostname/vj" ] cloud: "AWS" name: "vj" fqdn: "" family: [ 0: "darwin" 1: "bsd" 2: "unix" 3: "os" ] }
we're already looking at the metadata to determine cloud information for an instance, would be nice to set that one the asset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we could add cloud as a string, e.g.
we're already looking at the metadata to determine cloud information for an instance, would be nice to set that one the asset
The text was updated successfully, but these errors were encountered: