Actions
Feature #4059
closedcreatest: Commandline param to specify Suricata version
Effort:
Difficulty:
Label:
Beginner, Outreachy, Python
Description
Current createst script generates only the filter blocks as per eve.json, extend its functionality to add a global Suricata version as mentioned on command line.
Expectation
createst.py mytest mypcap --add-version 6.0.0
The final generated test.yaml should have a suricata version defined globally.
requires:
features:
- HAVE_LIBJANSSON
version: 6.0.0
checks:
- filter:
count: 1
Actions