blackducksoftware / synopsys-coverity-azure-devops

Apache License 2.0
3 stars 3 forks source link

The --dataport command-line option not supported #5

Open gubraun opened 4 years ago

gubraun commented 4 years ago

Certain environments (corporate enterprises) need to use --dataport when commiting to the Coverity server (due to presence of some reverse proxies and firewalls).

I tried: customCommandArgs: true covCommitArgs: '--dataport 9090'

but that doesn't work as --url is always provided by default. So I'm getting the following error:

2020-03-30T15:08:50.3420851Z [ERROR] --url cannot be specified with --host, --port, --https-port or --dataport.

So the only option is to use custom commands, which means I have to provide all commands manually, and not just the cov-commit-defects. Would be good to have an option to specify that --host and --dataport should be used instead of --url.