SonarQube
sonarqube
學習紀錄
自動檢測
docker run -d \ --name sonarqube \ -e SONAR_ES_BOOTSTRAP_CHECKS_DISABLE=true \ -p 9000:9000 \ sonarqube:latest
docker run --network=host \ -e SONAR_HOST_URL="http://localhost:9000" \ -e SONAR_SCANNER_OPTS="-Dsonar.projectKey=<PROJEC_TKEY>" \ -e SONAR_LOGIN="<TOKEN>" \ --user="$(id -u):$(id -g)" \ -v "$PWD:/usr/src" \ sonarsource/sonar-scanner-cli
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up