Skip to content

Commit 89e2473

Browse files
adding alternate description to inspect config for enrichments
1 parent dac23df commit 89e2473

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

contentctl/objects/config.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,15 @@ class inspect(build):
270270
"should be enabled."
271271
)
272272
)
273+
enrichments: bool = Field(
274+
default=True,
275+
description=(
276+
"[NOTE: enrichments must be ENABLED for inspect to run. Please adjust your config "
277+
"or CLI invocation appropriately] Enable MITRE, APP, and CVE Enrichments. This is "
278+
"useful when outputting a release build and validating these values, but should "
279+
"otherwise be avoided for performance reasons."
280+
)
281+
)
273282
# TODO (cmcginley): wording should change here if we want to be able to download any app from
274283
# Splunkbase
275284
previous_build: str | None = Field(

0 commit comments

Comments
 (0)