-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(microsof365): Add documentation and compliance file #6195
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(microsof365): Add documentation and compliance file #6195
Conversation
… and a check to test if things are working properly
…new checks following CIS recommendations
…ing to be used and add more description to status extended in admincenter checks
…tests still not working
…test connection, not working
…ptions, regions and mutelist
…nant is not allowed for microsoft365 and adjust admincenter service and checks to that change
…al to those that are either manual in the CIS or cant be done using msgraph SDK
…ft365 as a new provider
…ript to generate the json from the csv file and the model for the output
You can check the documentation for this PR here -> Prowler Documentation |
docs/tutorials/microsoft365/create-prowler-service-principal.md
Outdated
Show resolved
Hide resolved
You can check the documentation for this PR here -> Prowler Documentation |
Co-authored-by: Daniel Barranquero <74871504+danibarranqueroo@users.noreply.github.com>
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 |
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6195 +/- ##
==========================================
+ Coverage 88.72% 88.74% +0.02%
==========================================
Files 1200 1200
Lines 34608 34609 +1
==========================================
+ Hits 30705 30713 +8
+ Misses 3903 3896 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
docs/tutorials/microsoft365/create-prowler-service-principal.md
Outdated
Show resolved
Hide resolved
You can check the documentation for this PR here -> Prowler Documentation |
1 similar comment
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.
👍
Co-authored-by: MrCloudSec <hello@mistercloudsec.com> Co-authored-by: Daniel Barranquero <74871504+danibarranqueroo@users.noreply.github.com>
Context
Write all documentation needed for a correctly set up to allow prowler scan microsoft365 and add the compliance file with the CIS 4.0 Microsoft465 Benchmark controls.
Description
Changed documentation files and fill the compliance file with all the CIS controls using
generate_compliance_json_from_csv_for_cis40_microsoft365
.Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.