Lance Bragstad

Results 52 issues of Lance Bragstad

OpenShift 4.15 clusters are more strict about SCCs associated with pods, which causes the scanner pods to fail, leaving the scan in a `LAUNCHING` state forever (or at least until...

The operator uses the Kubernetes `CronJob` API for running scans on a schedule. We implemented a compatibility shim so that the operator would work on versions of OpenShift that used...

Tailored Profiles allow users to include or exclude rules and build their own custom profiles (to some extent). It's also possible to create a Tailored Profile without extending any existing...

This error cropped up in a recent e2e test run, but it's unrelated to the dependency bump. ``` process_virtual_memory_bytes 1.5739904e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in...

Recently, we've been seeing e2e failures that look like: ``` helpers.go:1140: 2023-03-10T16:16:17Z: All machines updated helpers.go:180: 2023-03-10T16:16:17Z: Removing pool e2e helpers.go:191: 2023-03-10T16:16:17Z: Removing pool e2e-invalid helpers.go:194: E2E-FAILURE: 2023-03-10T16:16:17Z: Could not...

If you run the end-to-end tests, you can see a warning about the security privileges for the `metrics-test` container, which a couple of the tests use to fetch metrics before...

We've noticed failures in CI after upgrading to 4.12 clusters for testing, see https://github.com/openshift/release/pull/33214: ``` TestE2E/Parallel_tests/TestCheckDefaultKubeletConfig helpers.go:298: expecting COMPLIANT got NOT-APPLICABLE ``` Test output: ```--- FAIL: TestE2E (3192.05s) --- FAIL:...

The `must-gather` target expects to call `must-gather-push`, but that target doesn't exist, resulting in the following error: ``` $ make must-gather podman build -t quay.io/compliance-operator/must-gather:latest -f images/must-gather/Dockerfile . STEP 1/4:...

We implemented support for checking aesgcm encryption ciphers in https://github.com/ComplianceAsCode/content/pull/10974 but never removed the comment or updated the status in the control file. This commit updates the status since it's...

OpenShift
CIS

There were a few cases where we used double-quotes for verbs, but most of the manifest is written without them. This is just a consistency fix so they're all the...

approved
lgtm
qe-approved
px-approved
docs-approved