Closed KingBrewer closed 1 year ago
Describe the bug CIS check 3.14 "Ensure Storage Logging is Enabled for Table Service for 'Read', 'Write', and 'Delete' Requests" is missing implementation, being attributed as a manual control: https://github.com/turbot/steampipe-mod-azure-compliance/blob/v0.24/cis_v200/section_3.sp#L219
Steampipe version (steampipe -v) v0.19.4
steampipe -v
Plugin version (steampipe plugin list) steampipe-mod-azure-compliance@v0.24
steampipe plugin list
+------------------------------------------------+---------+-------------+ | Installed Plugin | Version | Connections | +------------------------------------------------+---------+-------------+ | hub.steampipe.io/plugins/turbot/azure@latest | 0.41.0 | azure | | hub.steampipe.io/plugins/turbot/azuread@latest | 0.9.0 | azuread | +------------------------------------------------+---------+-------------+
To reproduce Run assessment of 3.14 control: steampipe check control.cis_v200_3_14
steampipe check control.cis_v200_3_14
Expected behavior Azure Storage logging status should be evaluated for Table Service. Currently it is marked as manual, what is incorrect
Adding the referenced plugin issue for tracking
Describe the bug CIS check 3.14 "Ensure Storage Logging is Enabled for Table Service for 'Read', 'Write', and 'Delete' Requests" is missing implementation, being attributed as a manual control: https://github.com/turbot/steampipe-mod-azure-compliance/blob/v0.24/cis_v200/section_3.sp#L219
Steampipe version (
steampipe -v
) v0.19.4Plugin version (
steampipe plugin list
) steampipe-mod-azure-compliance@v0.24To reproduce Run assessment of 3.14 control:
steampipe check control.cis_v200_3_14
Expected behavior Azure Storage logging status should be evaluated for Table Service. Currently it is marked as manual, what is incorrect