turbot/aws_insights

Query: ecr_repository_encryption_disabled_count

Usage

powerpipe query aws_insights.query.ecr_repository_encryption_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Encryption Disabled' as label,
case
count(*)
when 0 then 'alert'
else 'ok'
end as "type"
from
aws_ecr_repository
where
encryption_configuration is null;

Dashboards

The query is used in the dashboards: