From 5d7bbe67b0eed4dae89aa09542b682fb25551283 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 19 Dec 2024 15:18:27 +0000 Subject: [PATCH] fix typo in tags Signed-off-by: Mark Bolwell --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b6a5fb..745039d 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ This role **will make changes to the system** which may have unintended conseque It is possible to to only run level 1 or level 2 controls for CIS. This is managed using tags: -- level1_server -- level1_workstation -- level2_server -- level2_workstation +- level1-server +- level1-workstation +- level2-server +- level2-workstation The control found in defaults main also need to reflect this as this control the testing thet takes place if you are using the audit component. @@ -152,8 +152,8 @@ Below is an example of the tag section from a control within this role. Using th ```sh tags: - - level1_server - - level1_workstation + - level1-server + - level1-workstation - scored - avahi - services