Skip to content

Commit 9be4e11

Browse files
authored
Merge pull request #69 from deeppoharkar/IN-10620
IN-10620: added sonarqube analysis
2 parents dab573b + 3398ecf commit 9be4e11

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15+
sonarqube-analysis:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout repo
19+
uses: actions/checkout@v2
20+
21+
- name: SonarQube Analysis
22+
uses: SonarSource/sonarqube-scan-action@master
23+
env:
24+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
25+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
1526
build:
1627
runs-on: ubuntu-latest
1728
env:

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sonar.projectKey=LambdaTest_testcafe-browser-provider-lambdatest_AZakr5Pc-ZKsnB8M0rz-

0 commit comments

Comments
 (0)