-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass of rewrite. Added multithreading and more services * tests, tox and accounts update * silly yaml * more services and moved to separate folder * added efs * bump version
- Loading branch information
Showing
24 changed files
with
3,924 additions
and
887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
"""Find the Xenoi (external account trusts) in your AWS Account.""" | ||
|
||
from pathlib import Path | ||
from awsxenos.finding import AccountType, Finding | ||
|
||
from awsxenos.finding import Accounts, Finding, Findings, Resources, Service | ||
|
||
package_path = Path(__file__) |
Oops, something went wrong.