Kostas Stamatakis
Kostas Stamatakis
https://github.com/arnaud-lb/php-rdkafka/blob/bad5cbaa2810ca5339540c7e11c277362cb736b1/kafka_consumer.c#L398 Hello, This is a question mostly rather than an issue :blush: I'd like to ask why the default behavior of librdkafka (return null if no message appears during the...
### Summary of your changes **Clean trivy cache after each cycle** Trivy [artifact.NewRunner](https://github.com/aquasecurity/trivy/blob/main/pkg/commands/artifact/run.go#L116) calls [initCache](https://github.com/aquasecurity/trivy/blob/main/pkg/commands/artifact/run.go#L341). Depending on the provided configuration, the latter (initCache) could either return a runner or the...
**Describe the bug** Trivy uses a local file (bbolt db) as a cache in the `/tmp` directory (`/tmp/trivy/fanal/fanal.db`) that always increases in size with each cycle. This results in the...
**Describe the bug** UpdateCLI workflows seem flaky and fail most of the time they run. We should investigate why and how to improve that. ~Optionally, we could consider removing the...
**Describe the bug** CIS K8s rules: `1.2.18`: Verify that the `--profiling` argument is set to `false` for `kube-apiserver`. `1.3.2`: Verify that the `--profiling` argument is set to `false` for `kube-controller-manager`....
**Describe the bug** During a scan cycle in kspm/eks an error occurred: ``` [elastic_agent.cloudbeat][error] Error running fetcher for key process: open /hostfs/proc/27920/stat: no such file or directory ``` This led...
After implementing the https://github.com/elastic/cloudbeat/issues/1976 of GA testing workflows (https://github.com/elastic/cloudbeat/pull/2000), EKS ci should be add to it and marked with `if: ${{ !contains(fromJSON('["pull_request_target", "pull_request"]'), github.event_name) }}` to run only after merge...
**Motivation** Currently, Cloudbeat is implementing CIS AWS v1.5.0. A list of changes between `v1.5.0` and the latest one `v3.0.0` could help to identify the effort that is required **Definition of...
**Motivation** Cloudbeat depends on [beats](https://github.com/elastic/beats) module/repo. Many things that construct a beater are implemented in standalone `elastic-agent-*` modules (e.g. `elastic-agent-libs`, `elastic-agent-client` etc). We could document the functional parts from beats...
**Describe the bug** Dependabot seems to be failing ([link](https://github.com/elastic/cloudbeat/network/updates/13865272/jobs)). The reason might be that some dependencies updates have broken changes. Dependencies should be updated manually to fix the braking changes....