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
The platform field in the metadata for the Non Kube System Pod With Host Mount query is wrong.
Non Kube System Pod With Host Mount
assets/queries/terraform/kubernetes/non_kube_system_pod_with_host_mount/metadata.json
"platform": "Cloudformation"
Should be:
"platform": "Terraform"
Adding tests for check metadata's platform.
The text was updated successfully, but these errors were encountered:
fixing wrong platform and adding unit tests - closes #2902
525b515
Fixing wrong platform and adding unit tests #2902 (#2903)
bf14ee2
Co-authored-by: Felipe Avelar <[email protected]>
rogeriopeixotocx
Successfully merging a pull request may close this issue.
The platform field in the metadata for the
Non Kube System Pod With Host Mount
query is wrong.assets/queries/terraform/kubernetes/non_kube_system_pod_with_host_mount/metadata.json
Should be:
Adding tests for check metadata's platform.
The text was updated successfully, but these errors were encountered: