Skip to content

Commit

Permalink
🧹 Update azure query pack (#87)
Browse files Browse the repository at this point in the history
Makes use of `asset.kind` and `azure.subscription.authorization`
  • Loading branch information
preslavgerchev authored Sep 5, 2023
1 parent 54bc47f commit 99211ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/mondoo-azure-inventory.mql.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packs:
- uid: mondoo-asset-inventory-azure
name: Azure Asset Inventory Pack
version: 1.0.1
version: 1.1.0
authors:
- name: Mondoo, Inc
email: [email protected]
Expand All @@ -13,7 +13,7 @@ packs:
The Azure Asset Inventory by Mondoo query pack retrieves information about Azure subscriptions for asset inventory.
filters:
asset.platform == "azure"
platform.kind == "api"
asset.kind == "api"
queries:
- uid: mondoo-asset-inventory-azure-subscription-id
title: Retrieve Azure subscription ID
Expand All @@ -32,7 +32,7 @@ packs:
docs:
desc: |
This query retrieves data for all Role definitions in the subscription
mql: azure.subscription.authorizationService.roleDefinitions
mql: azure.subscription.authorization.roleDefinitions
- uid: mondoo-asset-inventory-azure-cloudDefender
title: Retrieve data for all Azure CloudDefender
docs:
Expand Down

0 comments on commit 99211ed

Please sign in to comment.