Skip to content

Commit

Permalink
chore: add springboot sonar support /8
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-capozza-zupit committed May 22, 2024
1 parent f3213c5 commit 67b3d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-step-springboot-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
run: ${{ inputs.PRE_SCAN_COMMANDS }}

- name: Run Sonar
run: ./mvnw -ntp sonar:sonar -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.qualitygate.wait=${{ inputs.CHECK_QUALITY_GATE }}
run: ./mvnw -ntp sonar:sonar -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} -Dsonar.login=${{ secrets.SONAR_TOKEN }} -Dsonar.qualitygate.wait=${{ inputs.CHECK_QUALITY_GATE }}

0 comments on commit 67b3d44

Please sign in to comment.