Skip to content

Commit 9c3d4d5

Browse files
authored
Merge pull request #1581 from deeppoharkar/IN-10620
IN-10620: added sonarqube analysis
2 parents 0a1aee2 + 1b28623 commit 9c3d4d5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/pr.yml

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ on:
88
merge_group:
99

1010
jobs:
11+
sonarqube-analysis:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout repo
15+
uses: actions/checkout@v4
16+
17+
- name: SonarQube Analysis
18+
uses: SonarSource/sonarqube-scan-action@master
19+
env:
20+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
1122
build-and-deploy:
1223
runs-on: ubuntu-20.04
1324
env:

sonar-project.properties

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sonar.projectKey=LambdaTest_documentation_AZalKzdg-ZKsnB8M0r3H

0 commit comments

Comments
 (0)