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 0c335b2 commit 761404dCopy full SHA for 761404d
.github/workflows/sonarqube.yml
@@ -0,0 +1,20 @@
1
+name: SonarQube Scan
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - develop
7
8
+jobs:
9
+ build:
10
+ name: Build and analyze
11
+ runs-on: ubuntu-latest
12
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ with:
16
+ fetch-depth: 0
17
+ - uses: SonarSource/sonarqube-scan-action@v6
18
+ env:
19
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
20
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
sonar-project.properties
@@ -0,0 +1 @@
+sonar.projectKey=ComputerScienceHouse_bits-n-bytes-ai_54fbeae9-f8eb-4131-84f8-d1628e9a209a
0 commit comments