aws-samples / hardeneks

Runs checks to see if an EKS cluster follows EKS Best Practices.
https://aws-samples.github.io/hardeneks/
MIT No Attribution
824 stars 85 forks source link

Unique identifier for each rules #15

Open prakashar11 opened 1 year ago

prakashar11 commented 1 year ago

Thanks for the great tool to codify EKS best practices! It would be great to associate a unique identifier with each rules as it would help to track new findings & close findings related to a specific rule's assessment. e.g., for IAM rule disable_anonymous_access_for_cluster_roles, it can be assigned with an assessment id that follows pattern --. If this pattern is agreeable, I can submit a PR to implement the same.

dorukozturk commented 1 year ago

Hi, thank you very much for trying the tool. Can you tell me a little bit more? Maybe an example that shows what would the result look like? More than happy to add it with you or work on a PR together.

za commented 2 weeks ago

Hi @prakashar11 is it something like ECS-3?

Example from AWS Security Hub https://docs.aws.amazon.com/securityhub/latest/userguide/fsbp-standard.html

prakashar11 commented 1 week ago

Hi @prakashar11 is it something like ECS-3?

Example from AWS Security Hub https://docs.aws.amazon.com/securityhub/latest/userguide/fsbp-standard.html

Thank you @za, similar identifier for each rules.