Skip to content

Commit

Permalink
Setup SonarQube (#232)
Browse files Browse the repository at this point in the history
* Setup SonarQube

* Fix actions step version
  • Loading branch information
pietrodicaprio authored Jun 5, 2023
1 parent 0581282 commit 07d0307
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
Expand Down
10 changes: 9 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
sonar.projectKey=Vanilla-OS_apx_AYiLLt9U9CPJrZw6oxBN
sonar.projectKey=Vanilla-OS_apx_AYiLLt9U9CPJrZw6oxBN
sonar.projectName=apx

sonar.sources=.
sonar.exclusions=**/*_test.go

sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-

0 comments on commit 07d0307

Please sign in to comment.