Ivan Milchev
Ivan Milchev
### Description I created a webhook on Github to send all deployment events to a Discord channel. These events seem to be rejected with HTTP 400. ### Steps to Reproduce...
Added a step to install protoc before building the binaries for the operator
Currently, if a PR is opened from a fork the integration tests are skipped. They can be triggered by labeling the PR. This works correctly, however, it also means we...
The cloud integration tests have been failing for a while now. We should investigate the root cause and fix them https://github.com/mondoohq/mondoo-operator/actions/runs/3406390108/jobs/5665044460
When we implemented the more complicated Mondoo use-cases at a point we copied the inventory definition to this repo (see [here](https://github.com/mondoohq/mondoo-operator/blob/main/pkg/inventory/inventory.go)). This is now part of the open-sourced cnquery. We...
Regardless of what the value of the `--timeout` parameter is for the GC command it would always fail at 30sec. This timeout is coming from inside the scan API. I...
cnspec and cnquery repos use goreleaser to build the binaries and containers that are being released. For the sake of being consistent and having similar workflows between projects we should...
My k8s master node scan crashes with this log: ``` → no provider specified, using defaults. Use --help for a list of available providers. provider=local → load inventory inventory=/etc/opt/mondoo/inventory.yml →...
As a follow-up to #674, once we migrate to cnspec we should report its version in the operator status as well.