Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
swapniil opened this issue Dec 3, 2023 · 0 comments
Assignees
Labels
Debugging Debugging Cases

Comments

@swapniil
Copy link

swapniil commented Dec 3, 2023

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

@swapniil swapniil added the Debugging Debugging Cases label Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugging Debugging Cases
Projects
None yet
Development

No branches or pull requests

2 participants