You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looking at the rule remediation data as it is in CIS_Amazon_Web_Services_Foundations_Benchmark_v1.5.0.xlsx, it seems the original data has correct line numbers:
**From Console:**
...
1. Sign in to the AWS Management Console and open the IAM console at [https://console.aws.amazon.com/iam/](https://console.aws.amazon.com/iam/).
2. In the navigation pane, click Policies and then search for the policy name found in the audit step.
3. Select the policy that needs to be deleted.
4. In the policy action menu, select first `Detach`
5. Select all Users, Groups, Roles that have this policy attached
6. Click `Detach Policy`
7. In the policy action menu, select `Detach`
then:
**From Command Line:**
....
1. Lists all IAM users, groups, and roles that the specified managed policy is attached to.
...
note these instructions are for different remediation processes: from console / from command line
Describe the bug
Some rules, such as CIS AWS 1.16, have double-digit remediation steps, which causes the remediation numbering to get truncated.
Preconditions
8.16 ELK stack + CSPM integration (probably can be reproduced in previous versions as well).
To Reproduce
Expected behavior
Numbering is shown normally.
Screen.Recording.2024-10-28.at.10.01.37.mov
The text was updated successfully, but these errors were encountered: