-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add table aws_trusted_advisor_check_summary #1831
Comments
What is the exact resource this table returns info for? Is it a check summary? |
Hello, we need to collect possible public repositories that may contain Access Key and Secret Key and we identified that the item “Exposed Access Keys” via AWS Trusted Advisor could provide this information. Would it be possible to add this table to steampipe? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Maybe the table can contain all checks with their status. The calls can be look similar to this: https://gist.github.com/maemichi-monosense/60627feed80a1d13bc08c35a6e6759aa |
@khushboo9024 @JohannesKonings, I've submitted a PR to address this issue. Would you kindly test it in the PR branch I wasn't able to personally test the pull request because we lack a business, Enterprise On-Ramp, or Enterprise Support plan, which is required for making the Here are the steps to check out the PR branch:
Thank you! |
The tests for my use case looks good. I got the same numbers for status like the are shown in the AWS console. |
Thank you, @JohannesKonings, for testing the PR branch and sharing your feedback. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Co-authored-by: Madhushree Ray <[email protected]> Co-authored-by: Ved misra <[email protected]>
References
https://pkg.go.dev/github.com/aws/[email protected]/service/support#Support.DescribeTrustedAdvisorCheckSummaries
Note: This table is required to check if AWS Trusted Advisor is enabled with zero checks in alarm state.
The text was updated successfully, but these errors were encountered: