The properties 'sonar.login' and 'sonar.password' are deprecated and will be removed in the future. Please pass a token with the 'sonar.token' property instead.
In the past, it was possible to install a new version of SonarQube in a CI/CD system and then execute integration tests. To start SQ and run the scanner, login/password=admin/admin could be used.
If login/password is no longer supported in the scanner and a token is required, the integration test can no longer be executed. How do I get a token in such a setup?