turbot / steampipe-mod-microsoft365-compliance

Run individual controls or full compliance benchmarks for CIS across all of your Microsoft 365 and Office 365 tenants using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/microsoft365_compliance
Apache License 2.0
24 stars 5 forks source link

Couldn't check "Ensure 'External sharing' of calendars is not available" #70

Open antonin78 opened 1 month ago

antonin78 commented 1 month ago

Describe the bug In CLI and GUI, i couldn't get the output for the test called "Ensure 'External sharing' of calendars is not available". In CLI, it's stuck at "Running 1 control. (0 complete, 1 running, 0 pending, 0 errors)", and in GUI, the check doesn't end.

Powerpipe version (powerpipe -v) v0.4.3

Steampipe version (steampipe -v) v0.24.2

To reproduce Just make the check on CIS 3.0.0, or execute the following command in CLI: powerpipe control run microsoft365_compliance.control.cis_v200_2_3_3

Expected behavior I would like the excepted output of this check

khushboo9024 commented 1 month ago

Hi @antonin78, I apologize for the inconvenience you're experiencing.

We are looking into this issue on our end. In the meantime, could you please check if you are able to run the following command: select * from microsoft365_my_calendar

Thanks.