Remove options that should be configurable in project configuration from sonar cli call
Summary
This removes hard-coded options passed to the sonar scanner cli that should just be configured in a project's ci/cd variables or sonar-properties.
Commandline arguments cannot be overriden, so the toolkit shouldn't hardcode anything here.