Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate UIDs for macos queries #132

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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