Skip to content

Commit dfbfc52

Browse files
adding comments about ESCU version compatibility
1 parent 0a7db93 commit dfbfc52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contentctl/actions/inspect.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,10 @@ def parseAppinspectJsonLogFile(
269269
def check_detection_metadata(self, config: inspect) -> None:
270270
"""
271271
Using a previous build, compare the savedsearches.conf files to detect any issues w/
272-
detection metadata.
272+
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.
273276
274277
:param config: an inspect config
275278
:type config: :class:`contentctl.objects.config.inspect`

0 commit comments

Comments
 (0)