ci: make doc rules validation strict

not finding anymore problems now
pull/15319/head
Philippe Antoine 2 months ago
parent 42123cc8d9
commit d84b6789c9

@ -122,6 +122,7 @@ def check_rule_with_suricata(
"-c", str(suricata_yaml),
"--data-dir="+tmpdir,
"-S", str(rule_file),
'--strict-rule-keywords=all',
"-l", tmpdir,
]
proc = subprocess.run(

Loading…
Cancel
Save