Add SonarQube support
This commit is contained in:
5
.github/workflows/ui-workflow.yml
vendored
5
.github/workflows/ui-workflow.yml
vendored
@@ -68,6 +68,11 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
if: ${{ inputs.IS_BUILD_ENABLED }}
|
if: ${{ inputs.IS_BUILD_ENABLED }}
|
||||||
|
|
||||||
|
- uses: sonarsource/sonarqube-scan-action@master
|
||||||
|
env:
|
||||||
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
||||||
|
|
||||||
- name: Login to ECR
|
- name: Login to ECR
|
||||||
if: ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
if: ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
||||||
id: login-ecr
|
id: login-ecr
|
||||||
|
|||||||
Reference in New Issue
Block a user