Skip to content

Commit

Permalink
Adjust Backend with Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 4, 2023
1 parent 359e621 commit b46a869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-Dsonar.organization=bcgov-sonarcloud
-Dsonar.project.monorepo.enabled=true
-Dsonar.projectKey=nr-silva-backend
sonar_token: ${{ secrets.SONAR_TOKEN_BACKEND }}
sonar_project_token: ${{ secrets.SONAR_TOKEN_BACKEND }}
triggers: ${{ github.event_name == 'pull_request' && '("backend/")' || '' }}

# https://github.com/marketplace/actions/aqua-security-trivy
Expand Down

0 comments on commit b46a869

Please sign in to comment.