Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/en/infrastructure/containers/container_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ container_image:
The following instructions turn on [Software Bill of Materials][5] (SBOM) collection for [Cloud Security Vulnerabilities][8]. SBOM collection enables automatic detection of container image vulnerabilities. Vulnerabilities are evaluated and scanned against your containers every hour.

**Notes**:
- The Cloud Security Vulnerabilities feature is not available for AWS Fargate or Windows environments.
- SBOM collection is not compatible with the image streaming feature in Google Kubernetes Engine (GKE). To disable it, see the [Disable Image streaming][11] section of the GKE docs.
- The Cloud Security Vulnerabilities feature is available for Amazon ECS Fargate with [Amazon ECR agentless scanning][13].
- The Cloud Security Vulnerabilities feature is not available for containers running on Windows environments.

{{< tabs >}}
{{% tab "Kubernetes (Operator)" %}}
Expand Down Expand Up @@ -243,3 +244,4 @@ Tag and enrich your container images with arbitrary tags by using [extract label
[9]: https://app.datadoghq.com/container-images/image-trends
[11]: https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming#disable
[12]: /integrations/amazon_web_services/#resource-collection
[13]: /security/cloud_security_management/setup/agentless_scanning/compatibility
Loading