We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cee93a commit fa813acCopy full SHA for fa813ac
1 file changed
.github/workflows/sonar.yml
@@ -38,10 +38,10 @@ jobs:
38
- name: Scan server
39
env:
40
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # analysis token associated to your project
41
- SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}
42
run: |
43
cd server/
44
- ./gradlew createKeys sonar --stacktrace
+ ./gradlew createKeys sonar
45
sonarQubeFrontend:
46
name: sonarQube Frontend
47
runs-on: ubuntu-latest
@@ -92,7 +92,7 @@ jobs:
92
- name: Scan screenshot
93
94
95
96
97
cd screenshot/
98
- ./gradlew sonar --debug
+ ./gradlew sonar
0 commit comments