Merge pull request #16205 from Security-Onion-Solutions/cogburn/fix-regex

Fix Regex
This commit is contained in:
coreyogburn
2026-09-02 09:14:02 -06:00
committed by GitHub
+1 -1
View File
@@ -855,7 +855,7 @@ soc:
forcedType: bool
dontScanBefore:
description: A date specifying how far back to scan for memories. Must be in UTC format (2026-08-31T22:05:48Z).
regex: "^(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z)?$"
regex: '^(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z)?$'
regexFailureMessage: Expecting date in RFC3339 format (2026-08-31T22:05:48Z)
global: True
advanced: True