turbot/aws_insights

Query: ecr_repository_tag_immutability

Usage

powerpipe query aws_insights.query.ecr_repository_tag_immutability

Steampipe Tables

SQL

select
'Tag Immutability' as label,
initcap(image_tag_mutability) as value,
case when image_tag_mutability = 'IMMUTABLE' then 'ok' else 'alert' end as type
from
aws_ecr_repository
where
arn = $1
and region = split_part($1, ':', 4)
and account_id = split_part($1, ':', 5);

Dashboards

The query is used in the dashboards: