-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(inventory): add prowler scanner-inventory(auditor mode) #5265
base: master
Are you sure you want to change the base?
Conversation
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
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.
We cannot remove the quick-inventory
since it'll be a breaking change for v4.
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5265 +/- ##
==========================================
- Coverage 89.32% 89.24% -0.08%
==========================================
Files 1016 1016
Lines 31237 31270 +33
==========================================
+ Hits 27901 27907 +6
- Misses 3336 3363 +27 ☔ View full report in Codecov by Sentry. |
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
Description
This PR adds Prowler inventory for the AWS provider.
Using the flag
--scan-inventory
will create an output folder filled with all the information retrieved for the provider. You will find all the info inside/output/<provider>/<service>/<service>.json
Developed with help and idea from @Dev786
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.