From 02e79e29bd7cc82b3fdcc9db82534eed2c90e279 Mon Sep 17 00:00:00 2001 From: Noah Kraemer <58708692+nkraemer-sysdig@users.noreply.github.com> Date: Thu, 30 Jan 2020 14:03:19 -0800 Subject: [PATCH] Remove duplicate test IDs There are two tests with the ID `4.1.9.a` and `4.1.9.b` in `cfg/1.1.0/definitions.yaml`. These tests are distinct, and should have unique IDs. --- cfg/1.1.0/definitions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/1.1.0/definitions.yaml b/cfg/1.1.0/definitions.yaml index ff4fc95..fcecf2c 100644 --- a/cfg/1.1.0/definitions.yaml +++ b/cfg/1.1.0/definitions.yaml @@ -5995,7 +5995,7 @@ groups: scored: true - - id: 4.1.9.a + - id: 4.1.9.c description: "Ensure session initiation information is collected" audit: "grep logins /etc/audit/audit.rules" tests: @@ -6013,7 +6013,7 @@ groups: scored: true - - id: 4.1.9.b + - id: 4.1.9.d description: "Ensure session initiation information is collected" audit: "auditctl -l | grep logins" tests: