Skip to content

Commit

Permalink
Fix duplicate UIDs for macos queries (#132)
Browse files Browse the repository at this point in the history
This was causing failures

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Jan 22, 2024
1 parent 1488dab commit 9a06783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/mondoo-macos-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packs:
mondoo.com/category: best-practices
docs:
desc: |
The macOS Inventory Pack by Mondoo retrieves data about macOS hosts for asset inventory.
The macOS Inventory Pack by Mondoo retrieves data about macOS hosts for asset inventory.
## Local scan
To run this pack locally on a macOS host:
Expand All @@ -31,7 +31,7 @@ packs:
```
## Join the community!
Our goal is to build query packs that are simple to deploy and provide accurate and useful data.
Our goal is to build query packs that are simple to deploy and provide accurate and useful data.
If you have any suggestions for improving this query pack, or if you need support, [join the Mondoo community](https://github.com/orgs/mondoohq/discussions) in GitHub Discussions.
filters:
Expand Down Expand Up @@ -96,11 +96,11 @@ packs:
title: Power Data
mql: |
parse.json(content: command('system_profiler SPPowerDataType -json').stdout).params
- uid: mondoo-macos-power
- uid: mondoo-macos-network
title: Network Data
mql: |
parse.json(content: command('system_profiler SPNetworkDataType -json').stdout).params
- uid: mondoo-macos-power
- uid: mondoo-macos-profile
title: Configuration Profile Data
mql: |
parse.json(content: command('system_profiler SPConfigurationProfileDataType -json').stdout).params

0 comments on commit 9a06783

Please sign in to comment.