Skip to content

Commit

Permalink
Fix OS pack filters to not include host (#117)
Browse files Browse the repository at this point in the history
This will allow us to turn on policy recommendations for domain/IP
scanning without these policies showing up

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Dec 7, 2023
1 parent 035aef9 commit ecf8dea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/mondoo-linux-incident-response.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: linux,host
mondoo.com/platform: linux
mondoo.com/category: security
filters:
- asset.family.contains("linux")
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-linux-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: linux,host
mondoo.com/platform: linux
mondoo.com/category: best-practices
docs:
desc: |
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-macos-incident-response.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: macos,host
mondoo.com/platform: macos
mondoo.com/category: security
filters:
- asset.platform == "macos"
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-macos-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: macos,host
mondoo.com/platform: macos
mondoo.com/category: best-practices
docs:
desc: |
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-openssl-incident-response.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: linux,host
mondoo.com/platform: linux
mondoo.com/category: security
filters:
- asset.family.contains("linux")
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-windows-incident-response.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: windows,host
mondoo.com/platform: windows
mondoo.com/category: security
filters:
- asset.platform == "windows"
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-windows-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packs:
- name: Mondoo, Inc
email: [email protected]
tags:
mondoo.com/platform: windows,host
mondoo.com/platform: windows
mondoo.com/category: best-practices
docs:
desc: |
Expand Down

0 comments on commit ecf8dea

Please sign in to comment.