Skip to content

Commit

Permalink
add depend
Browse files Browse the repository at this point in the history
  • Loading branch information
aldudin committed Apr 16, 2024
1 parent 7087232 commit ce55354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

# SonarQube integration frontend
- name: SonarQube Scan
uses: sonarsource/sonarcloud-github-action@v2
uses: sonarsource/sonarcloud-github-action@v2.1.1
env:
SONAR_HOST_URL: https://sonarcloud.io
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_TEST }}
Expand Down Expand Up @@ -182,6 +182,7 @@ jobs:
working-directory: ./helm/main

scan:
needs: [docker-build-frontend, docker-build-backend]
runs-on: ubuntu-22.04
steps:
- name: Run ZAP Scan
Expand Down

0 comments on commit ce55354

Please sign in to comment.