Skip to content

Commit

Permalink
fix image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz committed Dec 22, 2024
1 parent 4cd6baa commit a4f57f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/platform/start/organize/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ Use the workspace query builder to choose criteria that define what assets Mondo

For each condition in an asset selection, you select a criterion, an operator (IS, NOT, or CONTAINS), and one or more values. If you choose multiple values for a single criterion, the query builder combines them with an OR operator. For example, this query specifies that the asset platform must be either Confluence or Jira:

![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/organize/qb-two-values.png)
![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/qb-two-values.png)

If you define more than one condition in an asset selection (using the + ADD CONDITION button), you choose whether to combine them with an AND or AND NOT operator. For example, this query specifies that the asset platform must be Debian AND the platform version must not be 12:

![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/organize/qb-two-conditions.png)
![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/qb-two-conditions.png)

This query specifies that the asset platform must be Azure storage container and the asset name must not contain `eu`:

![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/organize/qb-two-conditions-not.png)
![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/qb-two-conditions-not.png)

If you define more than one asset selection in a query (using the + ADD ASSET SELECTION button), the query builder combines them with an OR operator. For example, in this query, asset selection 1 specifies that the platform is Debian and the version is not 12. Asset selection 2 specifies that the platform is Fedora and the version is not 40 or 41. For Mondoo to include an asset in this workspace, the asset must meet either the asset selection 1 requirement OR the asset selection 2 requirement:

![Mondoo workspace query builder](/img/platform/start/organize/qb-two-selections.png)
![Mondoo workspace query builder](/img/platform/start/qb-two-selections.png)

### Add a new workspace

Expand Down

0 comments on commit a4f57f1

Please sign in to comment.