docker run --rm --name sonar-cli --platform linux/amd64 -e SONAR_HOST_URL="http://host.docker.internal:9000" -e SONAR_LOGIN="{auth_token}" -v "{source_code}:/usr/src" nancom/sonar-scanner-m1 -Dsonar.projectKey="{project.key}"
you can add option of sonar at the end of command like -D
Content type
Image
Digest
Size
116.5 MB
Last updated
over 5 years ago
docker pull nancom/sonar-scanner-m1