turbot/terraform_azure_compliance

Query: container_registry_azure_defender_enabled

Usage

powerpipe query terraform_azure_compliance.query.container_registry_azure_defender_enabled

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std ->> 'resource_type') = 'AppServices'
and (attributes_std ->> 'tier') = 'Standard' then 'ok'
else 'info'
end status,
split_part(address, '.', 2) || case
when (attributes_std ->> 'resource_type') = 'ContainerRegistry'
and (attributes_std ->> 'tier') = 'Standard' then ' Azure Defender on for Container Registry'
else ' Azure Defender off for Container Registry'
end || '.' reason,
path || ':' || start_line
from
terraform_resource
where
type = 'azurerm_security_center_subscription_pricing';

Controls

The query is being used by the following controls: