We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf302d commit ca21655Copy full SHA for ca21655
.github/workflows/sonarqube.yml
@@ -0,0 +1,21 @@
1
+name: SonarQube Scan
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - dev
7
+ - sonarqube-integration
8
9
+jobs:
10
+ build:
11
+ name: Build and analyze
12
+ runs-on: ubuntu-latest
13
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
+ - uses: SonarSource/sonarqube-scan-action@v6
19
+ env:
20
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
sonar-project.properties
@@ -0,0 +1 @@
+sonar.projectKey=ComputerScienceHouse_letmein2_2b72cdb6-0dbe-4a5e-86a2-27b4495e5511
0 commit comments