Need help understanding WARN state and scoring mechanism #595
-
Hey ! I'm a bit confused about the [WARN] state... Can someone explain the difference between "scored" and "not scored" ? I also don't get how it influences the state ? Scored + unable to test creates what in the end ?? Thanks in advanced |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
"Scored" or "Not scored" comes from the CIS benchmark itself (so if you find any cases where our test files don't match the CIS benchmark, please raise an issue). "Warn" means that the test needs manual attention: see https://github.com/aquasecurity/kube-bench#output kube-bench might be unable to run a test because, for example, an executable that it needs to run is not available in the path. Does that help? Open to ideas on how to clarify the README |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. I got the following From the CIS documentation : Scored
Not Scored
This could be part of the readme because
Let's decompose the above paragraph taken from the readme: PASS
WARN
So I guess that all WARN + "scored" are type (A) because (B) is "not scored" only. This should also be in the Readme. FAIL
The readme could use a board to sum up all the different cases. Lets take an example: Remediation: So, WARN + "not scored" is type (B). Then it should mean that the test was not able to run. Second example: Remediation: A lot of questions here ! I hope that you can lift a few of my interogation ! 😄 |
Beta Was this translation helpful? Give feedback.
-
I think this was resolved by #691 so I'm going to mark as answered |
Beta Was this translation helpful? Give feedback.
-
What about [INFO] what doees it means? |
Beta Was this translation helpful? Give feedback.
-
Hello, Based on https://www.cisecurity.org/insights/blog/changes-to-cis-benchmark-assessment-recommendation-scoring the changes when it comes to published documents, Automated=Scored, Manual=Not Scored, i noticed that some of the CIS profiles are not really reflecting this properly, e.g. i found few more on section 5 about Policies, where some of the controls are supposed to be Automated/Scored. Is my understanding correct here or |
Beta Was this translation helpful? Give feedback.
I think this was resolved by #691 so I'm going to mark as answered