SonarQube version : 10.7
Sonar-Scanner running as Docker on remote server.
I have recently updated my SonarQube to the version 10.7. Now I would like to update the Sonar-Scanner version to the latest one. How do I accomplish this as Sonar Scanner is running on a remote server with Docker.
# docker images | grep scanner
sonarsource/sonar-scanner-cli 4.6
sonarsource/sonar-scanner-cli 4.5
Can I update the scanner using the below Docker command?
docker pull sonarsource/sonar-scanner-cli:latest
Will this command update my scanner? Is there any other steps I had to do after this?
Thanks