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.
This commit is contained in:
Noah Kraemer 2020-01-30 14:03:19 -08:00 committed by GitHub
parent bb7432e243
commit 02e79e29bd
Failed to generate hash of commit

View file

@ -5995,7 +5995,7 @@ groups:
scored: true scored: true
- id: 4.1.9.a - id: 4.1.9.c
description: "Ensure session initiation information is collected" description: "Ensure session initiation information is collected"
audit: "grep logins /etc/audit/audit.rules" audit: "grep logins /etc/audit/audit.rules"
tests: tests:
@ -6013,7 +6013,7 @@ groups:
scored: true scored: true
- id: 4.1.9.b - id: 4.1.9.d
description: "Ensure session initiation information is collected" description: "Ensure session initiation information is collected"
audit: "auditctl -l | grep logins" audit: "auditctl -l | grep logins"
tests: tests: