Xiaojie Yuan
Xiaojie Yuan
Previously, at the scan phase the variable was not actually being used to evaluating the rule PASS or FAIL. In this PR, read the variable to evaluate the rule PASS...
#### Description: Add auto-remediation for rule service_systemd-coredump_disabled #### Rationale: - _Rationale here. Replace this text. Don't use the italics format!_ 1. add auto-remediation for rule service_systemd-coredump_disabled The rule rule service_systemd-coredump_disabled...
#### Description: openshift logging 6.0 was not not supported since ocp 4.18, updated with logging 6.1 instead. #### Rationale: - _Rationale here. Replace this text. Don't use the italics format!_...
#### Description: Remove the 1.3.1 references for the OCP garbage collection rules
#### Description: - _Description here. Replace this text. Don't use the italics format!_ #### Rationale: - _Rationale here. Replace this text. Don't use the italics format!_ - Fixes # _Issue...
Add E2E_INSTALL_METHOD parameter to support installation from catalogsource. - By default, it will use `redhat-operators` as catalogsource name, `stable` as channel name: `make e2e-parallel E2E_INSTALL_METHOD=subscription` - you can set a...
Fix panic issue when deleting a scan with invalid storage size
1. Functions already have: - Create a TailoredProfile with ManualRules and set kubelet-eviction-thresholds-set-soft-imagefs-available as a manual rule - Runs a scan via ScanSettingBinding - Verifies the check result shows as...
1. Use https://github.com/ComplianceAsCode/compliance-operator/pull/960 to include the required selectors to machineconfig to pass the ValidatingAdmissionPolicy; 2. Enhance TestSingleScanSucceeds to cover 27649 logic ``` === NAME TestSingleScanSucceeds main_test.go:689: Verifying scan exit code...