Skip to content

Commit

Permalink
⭐️ Add tags to objectref
Browse files Browse the repository at this point in the history
We can use the tags to provide additional metadata for variants like
what icon to use and what title to show

An example:
```
queries:
  - uid: mondoo-edr-policy-ensure-edr-agent-is-installed
    title: Ensure EDR Agent is installed
    variants:
        - uid: mondoo-edr-policy-ensure-edr-agent-is-installed-macos
          tags:
            mondoo.com/filter-title: macos
        - uid: mondoo-edr-policy-ensure-edr-agent-is-installed-linux
          tags:
            mondoo.com/filter-title: linux
        - uid: mondoo-edr-policy-ensure-edr-agent-is-installed-windows
          tags:
            mondoo.com/filter-title: windows
```
  • Loading branch information
jaym committed Jan 9, 2025
1 parent 7fbf9ae commit 5347069
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 586 deletions.
Loading

0 comments on commit 5347069

Please sign in to comment.