datadog-agent
datadog-agent copied to clipboard
Add OSArchitecture to Windows SBOM
trafficstars
What does this PR do?
Add OSArchitecture to the Windows SBOM sent to intake.
Motivation
Additional Notes
Possible Drawbacks / Trade-offs
I didn't want to update host_windows.go that already contain something similar, so I had to duplicate some pieces of code.
Describe how to test/QA your changes
Go Package Import Differences
Baseline: 6b0f630c937dd6d01a5d658cf29676e64018112e Comparison: 89c78ee61588a77ac656b2c83481b7089730414a
| binary | os | arch | change |
|---|---|---|---|
| agent | windows | amd64 | +1, -0
+github.com/DataDog/datadog-agent/pkg/sbom/collectors/host
|
| agent | windows | 386 | +1, -0
+github.com/DataDog/datadog-agent/pkg/sbom/collectors/host
|