Skip to content

Commit

Permalink
Merge pull request #90 from cd-rite/2024-01-14-sonarcloud-workflow
Browse files Browse the repository at this point in the history
reference pr in call to sonarcloud
  • Loading branch information
cd-rite authored Jan 15, 2024
2 parents 3a11a60 + 81edbc8 commit 9ba6efe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sonarcloud-coverage-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue_number,
body: 'Everything is OK. Thank you for PR:# ${{issue_number}} ! - another test - turned off auto analysis on sonarcloud side'
body: `Everything is OK. Thank you for PR#: ${issue_number} ! - another test - reference pr in call to sonarcloud`
});
# SonarCloudAnalysis-API:
# name: SonarCloud Analysis API
Expand Down Expand Up @@ -99,7 +99,6 @@ jobs:
# Additional arguments for the sonarcloud scanner
projectBaseDir: ./api/source
args: |
-Dsonar.pullrequest.key=${{issue_number}}
-Dsonar.projectKey=cd-rite_stig-manager
-Dsonar.projectName=cd-rite_stig-manager
-Dsonar.organization=cd-rite
Expand Down

0 comments on commit 9ba6efe

Please sign in to comment.