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 0a7db93 commit dfbfc52Copy full SHA for dfbfc52
contentctl/actions/inspect.py
@@ -269,7 +269,10 @@ def parseAppinspectJsonLogFile(
269
def check_detection_metadata(self, config: inspect) -> None:
270
"""
271
Using a previous build, compare the savedsearches.conf files to detect any issues w/
272
- detection metadata.
+ detection metadata. **NOTE**: Detection metadata validation can only be performed between
273
+ two builds with theappropriate metadata structure. In ESCU, this was added as of release
274
+ v4.39.0, so all current and previous builds for use with this feature must be this version
275
+ or greater.
276
277
:param config: an inspect config
278
:type config: :class:`contentctl.objects.config.inspect`
0 commit comments