Create .gitlab-ci.yml
this
This commit is contained in:
parent
41e8d67eb2
commit
d83366fed5
1 changed files with 13 additions and 0 deletions
13
.github/workflows/.gitlab-ci.yml
vendored
Normal file
13
.github/workflows/.gitlab-ci.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
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 }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue