Closed madhushreeray30 closed 1 year ago
This occurs throughout the mod, but as a specific example:
control "cis_v100_1_1" { title = "1.1 Monitor account owner for frequent, unexpected, or unauthorized logins" description = "Monitor login activity of the account owner to prevent unauthorized usage of the privileged account." documentation = file("./cis_v100/docs/cis_v100_1_1.md") sql = query.manual_control.sql tags = merge(local.cis_v100_1_common_tags, { cis_item_id = "1.1" cis_level = "1" cis_type = "manual" service = "IBM/IAM" }) }
This is changed from:
sql = query.manual_control.sql
to:
query = query.manual_control
'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
This occurs throughout the mod, but as a specific example:
This is changed from:
to: