Skip to content

Commit

Permalink
sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
hunglq23 committed Apr 16, 2024
2 parents 48b62ea + 2a7e143 commit aa854c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_TOKEN: sqp_398151f4415f7d637b9cc94c951ca638f1ee4f2f
SONAR_HOST_URL: http://localhost:9000
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ezQuiz -Dsonar.projectName='ezQuiz'

0 comments on commit aa854c3

Please sign in to comment.