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 89e2473 commit 1be4d87Copy full SHA for 1be4d87
contentctl/objects/config.py
@@ -274,9 +274,7 @@ class inspect(build):
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."
+ f"or CLI invocation appropriately] {validate.model_fields['enrichments'].description}"
280
)
281
282
# TODO (cmcginley): wording should change here if we want to be able to download any app from
0 commit comments