diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index 1dbd2b7..8fc0df9 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -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 diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..b3e7fc6 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1 @@ +sonar.projectKey=soup-bowl_opensimulator-docker_1e7d136b-4f24-4c29-9850-3f3010362b8d