coreruleset/go-ftw

Make the include list configurable in ftw.yaml

franbuehler opened this issue · 0 comments

Right now we can override the ignore list for the tests via .ftw.yaml file.

I would like to have the same feature for including tests. Right now we can only do this in the command line with the argument -i or --include.
Example: ftw run -d tests/ -i "920290-4$"