elastic / cloudbeat

Analyzing Cloud Security Posture
Other
37 stars 43 forks source link

Add AWS SNS to Asset Inventory #2277

Closed kubasobon closed 2 weeks ago

kubasobon commented 2 weeks ago

Summary of your changes

Add an AWS SNS fetcher for Topics + Subscribtions.

Related Issues

Closes https://github.com/elastic/security-team/issues/9086

Checklist

Introducing a new rule?

no

mergify[bot] commented 2 weeks ago

This pull request does not have a backport label. Could you fix it @kubasobon? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:

github-actions[bot] commented 2 weeks ago

:bar_chart: Allure Report - :green_heart: No failures were reported.

Result Count
🟥 Failed 0
🟩 Passed 359
⬜ Skipped 33
mergify[bot] commented 2 weeks ago

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b inventory-aws-sns upstream/inventory-aws-sns
git merge upstream/main
git push upstream inventory-aws-sns