Skip to content

Commit ed13843

Browse files
authored
[RST-13] Migrate to Sonarqube (#43)
1 parent 54051da commit ed13843

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/specs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
2323
run: bundle exec rspec
2424

25-
- name: SonarCloud Scan
26-
uses: sonarsource/sonarcloud-github-action@master
25+
- name: SonarQube Scan
26+
uses: sonarsource/sonarqube-scan-action@master
2727
with:
2828
args: >
29-
-Dsonar.organization=readytech
30-
-Dsonar.projectKey=rdytech_patches
31-
-Dsonar.host.url=https://sonarcloud.io
29+
-Dsonar.projectKey=rdytech_patches_4fe7fcf4-bbfc-4b19-be78-87e73d1f301e
30+
-Dsonar.host.url=https://sonarqube.readytech.io
3231
-Dsonar.sources=lib/
3332
-Dsonar.inclusions=**/*.rb
3433
-Dsonar.tests=spec/
3534
-Dsonar.ruby.coverage.reportPaths=coverage/.resultset.json
35+
-Dsonar.plugins.downloadOnlyRequired=true
3636
env:
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)