Skip to content

Commit

Permalink
🧹 fix asset filter of the example policy
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Oct 14, 2023
1 parent eb31637 commit 3d89152
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: [email protected]
groups:
- filters: platform.family.contains(_ == 'unix')
- filters: asset.family.contains(_ == 'unix')
checks:
- uid: sshd-score-01
queries:
Expand Down

0 comments on commit 3d89152

Please sign in to comment.