We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac23df commit 89e2473Copy full SHA for 89e2473
contentctl/objects/config.py
@@ -270,6 +270,15 @@ class inspect(build):
270
"should be enabled."
271
)
272
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
282
# TODO (cmcginley): wording should change here if we want to be able to download any app from
283
# Splunkbase
284
previous_build: str | None = Field(
0 commit comments