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

Document workspaces filtering by technology #553

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/mql/resources/ms365-pack/microsoft.application.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Microsoft Entra ID application registration
**Init**

microsoft.application(name string)
microsoft.application(id string)

**Fields**

Expand Down
1 change: 1 addition & 0 deletions docs/platform/start/organize/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Mondoo currently supports these conditions for including assets in, or excluding
| Risk rating | Select one or more options: Critical, High, Medium, Low, or None |
| Asset name | Type a full or partial name, such as test, 2024, win, us-east-1, or docker- |
| Kind | Select one or more options: API, Bare metal system (operating systems that are not containers), Infrastructure as code, Container, Container image, or Network (Arista, Shodan, NMap, HTTP headers, and SSL/TLS certificates) |
| Technology | Select one or more options: Operating systems, SaaS, IaC, Network, AWS, GCP, Azure, VMware, or Kubernetes |
| Tags/Labels | Select one or more key-value pairs. This metadata defined and stored in the asset's platform can include AWS, Azure, VMware, Google Cloud, and other tags as well as Kubernetes and Google Cloud labels. |
| Annotations | Select one or more key-value pairs. [Annotations](/platform/intel/annotations/) are Mondoo-specific metadata. |

Expand Down
Loading