Enforce specific rules
To configure SCE to enforce only specific rules, use
the only
key.
Use a configuration that is similar to the following example:
Copy
# control-repo/data/nodes/winserv2019.contoso.com.yaml
---
sce_windows::framework: 'cis'
sce_windows::config:
profile: 'member_server'
level: '1'
only:
- 'c18_9_97_1_1'
- 'c18_9_97_1_2'