Skip to content

Commit 07d0307

Browse files
Setup SonarQube (#232)
* Setup SonarQube * Fix actions step version
1 parent 0581282 commit 07d0307

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Sonar
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5050
- uses: sonarsource/sonarqube-scan-action@master

sonar-project.properties

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
sonar.projectKey=Vanilla-OS_apx_AYiLLt9U9CPJrZw6oxBN
1+
sonar.projectKey=Vanilla-OS_apx_AYiLLt9U9CPJrZw6oxBN
2+
sonar.projectName=apx
3+
4+
sonar.sources=.
5+
sonar.exclusions=**/*_test.go
6+
7+
sonar.c.file.suffixes=-
8+
sonar.cpp.file.suffixes=-
9+
sonar.objc.file.suffixes=-

0 commit comments

Comments
 (0)