-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Refactoring/aws/cloudtrail #219
Refactoring/aws/cloudtrail #219
Conversation
Codecov Report
@@ Coverage Diff @@
## refactoring/resource-configs #219 +/- ##
===============================================================
+ Coverage 28.27% 28.4% +0.12%
===============================================================
Files 88 90 +2
Lines 5566 5570 +4
===============================================================
+ Hits 1574 1582 +8
+ Misses 3992 3988 -4
Continue to review full report at Codecov.
|
from ScoutSuite.providers.aws.resources.regions import Regions | ||
from ScoutSuite.providers.aws.resources.resources import AWSResources | ||
from ScoutSuite.providers.aws.facade.facade import AWSFacade | ||
from ScoutSuite.providers.base.utils import get_non_provider_id |
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.
from ScoutSuite.providers.base.utils import get_non_provider_id | |
from ScoutSuite.providers.utils import get_non_provider_id |
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.
(There's already a utils.py
file defining get_non_provider_id
there.)
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.
Great work! 👌
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.
Neato 👌
This PR migrates CloudTrail to the new architecture, see #183 .