Lance Bragstad
Lance Bragstad
Some of the worker rules are used in both EKS and OpenShift profiles. This commit updates the rules to use parameters based on the product (either EKS or OCP) so...
Initially, this repository only contained profiles for OCP. With the addition of EKS profiles, we now have two distributions and we should think about how we want to organize the...
Over the last few months we started adding support for CIS EKS profiles, which is another kubernetes distribution. Until now, all kubernetes rules have been OpenShift-specific. Now that we're expanding...
This installation script must have been shuffled around from the root of the repository since it contained relative paths to files and directories available from the repository root. Following the...
**Describe the bug** It appears that the deploy process for the multi-cluster engine expects a file that doesn't exist. I followed the directions in the [README.md](https://github.com/stolostron/deploy/tree/master/multiclusterengine#readme) **To Reproduce** Steps to...
The generic sshd configuration file we were using to generate sshd remediations for OpenShift didn't include the sshd_config.d/ directory. This can be a problem for some clusters and configuration that...
Public entities typically require systems to present users with a specific banner when they log in. We have rules that check for a banner, and a remediation in the description,...
#### Description of problem: The `utils/` directory has a bunch of useful python scripts for working with CaC content. Some of the scripts rely on libraries outside the python standard...
Before, we were waiting for 30 minutes for a scan to timeout. 30 minutes is a long time, and we have some retry logic in the operator to rekick scans...