I have created a custom Quality profile for Java code which checks for all the different vulnerabilities as offered on SonarQube.
However, i don’t want to make this new profile as Default, yet.
The automated CI/CD pipelines will get impacted when running the builds and can get blocked.
I just want to issue SonarScanner but want to use this new Java Quality profile.
Is there a way to specify a Quality profile option when running the SonarScanner command?