Added SonarQube.

This commit is contained in:
soup-bowl
2024-10-09 20:54:13 +01:00
parent 374ca93c1e
commit a09e5344b8
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -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