mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 14:00:12 +02:00
added sonar
This commit is contained in:
parent
49d24515a3
commit
f108be4235
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -42,9 +42,9 @@ jobs:
|
|||||||
POSTGRES_PASSWORD: ${{ secrets.CI_DB_PASSWORD }}
|
POSTGRES_PASSWORD: ${{ secrets.CI_DB_PASSWORD }}
|
||||||
POSTGRES_DB: testdb
|
POSTGRES_DB: testdb
|
||||||
|
|
||||||
sonarqube:
|
sonarqube:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -52,4 +52,4 @@ jobs:
|
|||||||
uses: sonarsource/sonarqube-scan-action@<action version>
|
uses: sonarsource/sonarqube-scan-action@<action version>
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user