Skip to content

Commit

Permalink
Merge pull request #117 from CAUSOLDOUTMEN/chore/116-sonarqube
Browse files Browse the repository at this point in the history
chore: sonarqube workflow 도입 (#116)
  • Loading branch information
synoti21 authored Nov 21, 2023
2 parents 1c63d40 + 94a65a8 commit 1029f4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Diareat-CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
with:
arguments: build

- name: SonarQube Scan
uses: kitabisa/[email protected]
with:
host: ${{ secrets.SONAR_ENDPOINT }}
login: ${{ secrets.SONAR_TOKEN }}

- name: Docker login
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 1029f4c

Please sign in to comment.