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
The creation of custom CIS benchmarks in Rancher can lead to failing security-scan pod. Scans will stay in running or pending state, without any further indication or logs.
When this failure happens, the security-scan pod gets removed right away without providing any logs. This is likely related to kube-bench's failure to execute a given custom benchmark.
This issue is to improve the following:
Add some tests around the created CIS benchmarks (same as kube-bench and yamlint tests)
The creation of custom CIS benchmarks in Rancher can lead to failing security-scan pod. Scans will stay in
running
orpending
state, without any further indication or logs.When this failure happens, the security-scan pod gets removed right away without providing any logs. This is likely related to kube-bench's failure to execute a given custom benchmark.
This issue is to improve the following:
The text was updated successfully, but these errors were encountered: