Skip to content

tag-id mentioned in the README.md and index.html are not in sync with the tag-ids assigned in the Roles yaml tasks. #138

@swapniil

Description

@swapniil

Describe the bug
The tag-ids mentioned against the Task listed in the Table of Roles are not in sync with actual task-ids used in the yaml declarations of the task.

This leads to incorrect hardening roles getting applied on the machine.

For example the tag-id 2.2.4 from README.md says it is for Ensure CUPS is not installed (Automated).
But if you check the code base then this tag-id is assigned for ./tasks/section_2_Services.yaml:449:- name: 2.2.4 Ensure telnet client is not installed

To Reproduce
Steps to reproduce the behavior:
grep the the tag-id 2.2.4 in the code repository itself.

Expected behavior
The tag-ids should be uniquely assigned to each role task and has to be aligned while mentioning in the README.md and index.html.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):
Not Applicable

Additional context
None

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions