docs(csm): document application library SBOM scanning (Agent 7.70+)#36253
Open
cyrbouchiat wants to merge 1 commit intomasterfrom
Open
docs(csm): document application library SBOM scanning (Agent 7.70+)#36253cyrbouchiat wants to merge 1 commit intomasterfrom
cyrbouchiat wants to merge 1 commit intomasterfrom
Conversation
…and Linux Add documentation for the languages analyzer introduced in Agent 7.70. Users can opt into scanning application libraries (npm, pip, Maven/Gradle, NuGet, Go modules, Cargo, Bundler, etc.) alongside OS packages by setting analyzers: ["os", "languages"] in their SBOM configuration. Covers: - Kubernetes: Datadog Operator (spec.features.sbom) and Helm (datadog.sbom) - Linux: /etc/datadog-agent/datadog.yaml Both pages include a 7.70+ version note and a supported package manager table covering all 13 ecosystems. Internal reference: https://datadoghq.atlassian.net/wiki/spaces/SAAL/pages/5244553414
Contributor
Preview links (active after the
|
0intro
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
analyzers: ["os", "languages"]to the Cloud Security SBOM setup instructions for Kubernetes (Datadog Operator and Helm tabs) and Linux host deployments.Background
Agent 7.70 ships a
languagesSBOM analyzer that detects vulnerabilities in application libraries (npm, pip, Maven, NuGet, Go modules, Cargo, Bundler, etc.) in addition to OS packages. This was previously undocumented in the public setup guides.Internal reference: https://datadoghq.atlassian.net/wiki/spaces/SAAL/pages/5244553414/Enable+apps+libs+SBOM+collection
Pages changed
content/en/security/cloud_security_management/setup/agent/kubernetes.mdcontent/en/security/cloud_security_management/setup/agent/linux.mdChecklist
containerImagein Operator/Helm,container_imagein host yaml