turbot/aws_insights

Query: ecr_repository_tag_mutability_count

Usage

powerpipe query aws_insights.query.ecr_repository_tag_mutability_count

Steampipe Tables

SQL

select
count(*) as value,
'Tag Mutability' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as "type"
from
aws_ecr_repository
where
image_tag_mutability = 'MUTABLE';

Dashboards

The query is used in the dashboards: