Skip to content

Commit

Permalink
🧹 fix asset filter of the example policy (#838)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
  • Loading branch information
atomic111 authored Oct 15, 2023
1 parent e04280c commit 181d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cnspec/cmd/policy-example.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ policies:
- name: Jane Doe
email: jane@example.com
groups:
- filters: platform.family.contains(_ == 'unix')
- filters: asset.family.contains("unix")
checks:
- uid: sshd-score-01
queries:
Expand Down

0 comments on commit 181d628

Please sign in to comment.