turbot/aws_insights

Query: ecr_repository_encrypted

Usage

powerpipe query aws_insights.query.ecr_repository_encrypted

Steampipe Tables

SQL

select
'Encrypted' as label,
case
when encryption_configuration is not null then 'Enabled'
else 'Disabled'
end as value,
case
when encryption_configuration is not null then 'ok'
else 'alert'
end as type
from
aws_ecr_repository
where
arn = $1;

Dashboards

The query is used in the dashboards: