From 13705f1d121a6af2e51fcb6122b5839f86591074 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 27 Feb 2023 17:39:21 +0000 Subject: [PATCH] added skip to 5.6.6 root passwd check Signed-off-by: Mark Bolwell --- .github/workflows/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.tf b/.github/workflows/main.tf index dad096f..735646e 100644 --- a/.github/workflows/main.tf +++ b/.github/workflows/main.tf @@ -79,6 +79,7 @@ resource "local_file" "inventory" { system_is_ec2: true audit_git_version: devel skip_reboot: false + rhel9cis_rule_5_6_6: false # skip root passwd check and keys only EOF }