Dockerize sonar scanner with custom UID to deal with permission error
818
Sonar runner with custom UID to deal with error permssion
docker run \
-v ./src:/data
-e SONAR_USERNAME="your_sonar_user" \
-e SONAR_PASSWORD="your_sonar_password" \
-e LOCAL_USER_ID=$(id -u $USER)
geekupvn/sonar-scanner:latest
If you want some license less restictive its up to you. put an issue and i will change it. no problem. hakuna matata!
Content type
Image
Digest
Size
51.1 MB
Last updated
almost 10 years ago
docker pull geekupvn/sonar-scanner