Skip to content

Commit fc7e923

Browse files
Document flags to denylist, passlist containers from cloud security (#31257)
* Document flags to denylist, passlist containers from cloud security * Very small wording change --------- Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>
1 parent 2998145 commit fc7e923

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/en/security/cloud_security_management/guide/agent_variables.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@ The Datadog Agent has several environment variables that can be enabled for Clou
4343
<td><code>DD_SBOM_HOST_ENABLED</code></td>
4444
<td>Enables SBOM collection on hosts.</td>
4545
</tr>
46-
</table>
46+
<tr>
47+
<td><code>DD_SBOM_CONTAINER_IMAGE_CONTAINER_EXCLUDE</code></td>
48+
<td>Allows denylisting of specific containers from SBOM collection.</td>
49+
</tr>
50+
<tr>
51+
<td><code>DD_SBOM_CONTAINER_IMAGE_CONTAINER_INCLUDE</code></td>
52+
<td>Allows allowlisting of specific containers in SBOM collection.</td>
53+
</tr>
54+
</table>

0 commit comments

Comments
 (0)