Add SonarQube support

This commit is contained in:
2023-04-03 15:33:23 +03:00
parent b001a2afe2
commit 8976db144f

View File

@@ -68,6 +68,11 @@ jobs:
run: npm run build
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
if: ${{ inputs.IS_ECR_PUSH_ENABLED }}
id: login-ecr