DataDog / agent-payload

Payload format description for communication between the agent and the Datadog backend
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

[contimage, sbom] Add a `dd_tags` field for datadog tags #232

Closed L3n41c closed 1 year ago

L3n41c commented 1 year ago

contimage and sbom messages had a tags field. But this was used to send the docker tags of the docker image. We were missing a field to send datadog tags.

The legacy tags field was renamed repo_tags, with the same ID for more clarity. A new dd_tags field has been added to send datadog tags.