Skip to content

Instantly share code, notes, and snippets.

@vanduc1102
Created March 18, 2020 04:46
Show Gist options
  • Save vanduc1102/b4b9e080d4ba92bf1bb530342e1eaf19 to your computer and use it in GitHub Desktop.
Save vanduc1102/b4b9e080d4ba92bf1bb530342e1eaf19 to your computer and use it in GitHub Desktop.
SonarQube command sample
sonar-scanner \
-Dsonar.projectKey=sample-project \
-Dsonar.sources=. \
-Dsonar.exclusions=vendor/**/* \
-Dsonar.host.url=https://localhost:9000 \
-Dsonar.login=keeeeeey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment