Closed madhushreeray30 closed 10 months ago
It's simpler in code and readability to reference queries using the query = attribute rather than the sql = attribute.
This occurs throughout the mod, but as a specific example:
https://github.com/turbot/steampipe-mod-ibm-compliance/blob/12614743effeddad2281c7e91eaaadda17530462/cis_v100/section_1.sp#L38-L50
Could be changed from:
sql = query.pod_security_policy_container_privilege_escalation_disabled.sql
to:
query = query.pod_security_policy_container_privilege_escalation_disabled
'This issue 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.'
It's simpler in code and readability to reference queries using the query = attribute rather than the sql = attribute.
This occurs throughout the mod, but as a specific example:
https://github.com/turbot/steampipe-mod-ibm-compliance/blob/12614743effeddad2281c7e91eaaadda17530462/cis_v100/section_1.sp#L38-L50
Could be changed from:
to: