This commit is contained in:
parent
ae5bf0fe4c
commit
b5d38be46a
@ -64,10 +64,8 @@ jobs:
|
|||||||
-Dsonar.test-support.inclusions=test-support/**/*.js \
|
-Dsonar.test-support.inclusions=test-support/**/*.js \
|
||||||
-Dsonar.exclusions=public/vendor/**,node_modules/**,data/**,storage/**
|
-Dsonar.exclusions=public/vendor/**,node_modules/**,data/**,storage/**
|
||||||
|
|
||||||
#If you wish to fail your job when the Quality Gate is red, uncomment the
|
- uses: SonarSource/sonarqube-quality-gate-action@v1
|
||||||
#following lines. This would typically be used to fail a deployment.
|
timeout-minutes: 5
|
||||||
- uses: SonarSource/sonarqube-quality-gate-action@v1
|
env:
|
||||||
timeout-minutes: 5
|
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
|
||||||
env:
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
|
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user