ci: make doc rules validation strict

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

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

Loading…
Cancel
Save