turbot/azure_compliance

Query: data_factory_uses_git_repository

Usage

powerpipe query azure_compliance.query.data_factory_uses_git_repository

SQL

select
a.id as resource,
case
when repo_configuration ->> 'repositoryName' is not null then 'ok'
else 'alarm'
end as status,
case
when repo_configuration ->> 'repositoryName' is not null then a.name || ' uses git repository.'
else a.name || ' not uses git repository.'
end as reason,
a.resource_group as resource_group,
sub.display_name as subscription
from
azure_data_factory as a,
azure_subscription as sub
where
sub.subscription_id = a.subscription_id;

Controls

The query is being used by the following controls: