Always show Runner output
Problem
In the past, different automation commands have been used by API Security, some with very verbose output. Because of this the output was hidden by default. However, the csharp runner has minimal output that can be displayed always. It provides users with a progress reports and a list of operations tested. This is beneficial for the user to see.
Proposal
Add a command line option to display automation command output to the CI script. Have worker-entry always pass this flag. This will allow for expanding the automation commands in the future.