AliDatadog
AliDatadog
### What does this PR do? This PR bumps the version of `buildkit` to fix a non applicable CVE. It is imported by Trivy. ### Motivation Clean vuln reports. ###...
### What does this PR do? This PR fixes the parsing of `ignore_autodiscovery_tags` with pod annotations and/or adv2. ### Motivation This feature is supported when adding a field in the...
### What does this PR do? Add the SBOM check to the output of agent status and implements a generic wrapper to convert other checks as well. It implements the...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes ### Reviewer's Checklist - [ ] If...
**Issue Description**: After the alteration of the custom resources handling behavior in https://github.com/kubernetes/kube-state-metrics/pull/1851, there has been a breaking change. 1. `GVRFromType` is invariably invoked: https://github.com/kubernetes/kube-state-metrics/blob/76f42c19af50ff7c0390a1c57c680b07b6eb3e8a/internal/store/builder.go#L200 2. The subsequent function https://github.com/rexagod/kube-state-metrics/blob/25a1d8da057cf761d614c59a52785335d34082d1/pkg/util/utils.go#L143...
### What does this PR do? This PR adds e2e tests for origin detection on APM. ### Motivation Increase test coverage. ### Additional Notes N/A ### Possible Drawbacks / Trade-offs...
### What does this PR do? Set timezone to UTC in the TestRender test. ### Motivation `inv test --targets=./pkg/status/collector` should work for everyone around the world. ### Additional Notes ###...
### What does this PR do? This PR marks the container image test as flaky on kind. ### Motivation The test is passing on eks but not on kind. It...
### What does this PR do? This PR wraps the contimage and contlfiecycle checks as long running checks to retrieve their stats in `agent status` output. As part of https://github.com/DataDog/datadog-agent/pull/22313,...
### What does this PR do? This PR modifies the `ScanRequest` to accept minimal information. Before: - The `ScanOptions` were specified in each scan request but are always the same...