mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 11:33:45 +00:00
Added SonarQube.
This commit is contained in:
@@ -32,6 +32,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Codebase
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: sonarsource/sonarqube-scan-action@v3
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||
|
||||
- name: Login to GitHub CR
|
||||
uses: docker/login-action@v3
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
sonar.projectKey=soup-bowl_opensimulator-docker_1e7d136b-4f24-4c29-9850-3f3010362b8d
|
||||
Reference in New Issue
Block a user