diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 06acc8c..5450050 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -20,6 +20,9 @@ jobs: - name: build run: mvn package + - name : sonar qube + run: mvn sonar:sonar -Dsonar.projectKey=${{ SONAR_PROJECT_KEY }} -Dsonar.host.url=${{ SONAR_HOST_URL }} -Dsonar.login=${{ SONAR_LOGIN_TOKEN }} + - name : delivery uses: appleboy/scp-action@master with: