Skip to content

Commit ad1545f

Browse files
Add SonarQube scan step to PR validation workflow
1 parent 7efd5a4 commit ad1545f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
severity: 'CRITICAL,HIGH'
6868
exit-code: '0'
6969

70+
- name: SonarQube Scan
71+
uses: sonarsource/sonarqube-scan-action@v2
72+
with:
73+
host: https://sonarqube.reto-ucu.net/
74+
login: ${{ secrets.SONAR_TOKEN }}
75+
projectKey: reto-xmas-2025-goland-ia-backend
76+
7077
pr-summary:
7178
name: PR Summary
7279
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)