Lance Bragstad

Results 238 comments of Lance Bragstad

We're experiencing this in the OCP4 CI for fedramp high and moderate profiles. https://github.com/ComplianceAsCode/content/pull/8452

In the OCP case, we have an end-to-end test that ensures we have the same number of checks at the start and end of the test, which scans and remediates...

> In general I'm all for reuse and making the rules generic. However, are you sure we should also move rules that check OpenShift specific objects (SCCs, routes, ...) under...

> > > In general I'm all for reuse and making the rules generic. However, are you sure we should also move rules that check OpenShift specific objects (SCCs, routes,...

> @rhmdnd @jhrozek Do you have any updates? No update on this, yet. We're working through some other priorities at the moment.

Perhaps this script was moved and the reference to the catalogsources wasn't updated: https://github.com/stolostron/deploy/tree/master/catalogsources

Hi @zkayyali812 I'm using yq 4.24.2: ``` $ yq -V yq (https://github.com/mikefarah/yq/) version 4.24.2 ```

I installed the binary directly using the following: ``` VERSION='v4.24.2' BINARY='yq_linux_amd64' sudo wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/bin/yq && sudo chmod +x /usr/bin/yq ```

> Fixing expected assertion result for rule `file-permissions-cni-conf` and `file-groupowner-ovn-db-files`, `file-permissions-cni-conf` should pass on ocp version >= 4.15 Looks like we're including one update for 4.13, too.