Simon
Simon
Funny I just ran into the same problem, I worked around by not using the plugin, but using the rest api directly: ``` notify: - name: notifyGroup platform: rest method:...
Well basically I create a QHttpServer with a predefined ssl certificate for the tests (created on my system with a recent openssl, and selfsigned (no need to recreate certificates for...
sure: ``` $ docker run --rm -it -v "$(pwd)":/work threagile create-example-model -output /work unknown shorthand flag: 'o' in -output ``` and if i use the double dash: ``` $ docker...
@ezavgorodniy is there anything else you need as information?
I fixed it inside my threat model by adding the print line, then seeing whats missing and then fixing it in the yaml. But at least in my opinion the...