flask/.github/workflows/.gitlab-ci.yml
Muhammad Afzaal d83366fed5
Create .gitlab-ci.yml
this
2025-09-13 12:00:54 +05:00

13 lines
393 B
YAML

sonarqube:
name: SonarQube Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: SonarQube Scan
uses: SonarSource/sonarcloud-github-action@master
with:
args: >
-Dsonar.projectKey=UserServiceApp
-Dsonar.organization=my-org
-Dsonar.host.url=http://38.45.64.49:81
-Dsonar.login=${{ secrets.SONAR_TOKEN }}