turbot/aws_insights

Query: codebuild_project_encryption_disabled

Usage

powerpipe query aws_insights.query.codebuild_project_encryption_disabled

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: