Skip to content

Commit

Permalink
Remove -Dsonar.login from sonar-scanner command line (#375)
Browse files Browse the repository at this point in the history
Addresses #374

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Feb 29, 2024
1 parent 195b477 commit 8c35070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: sonar-scanner -X -Dsonar.login=$SONAR_TOKEN
run: sonar-scanner -X

# ------------------------------------------------------------------------------
# Valgrind memcheck test
Expand Down

0 comments on commit 8c35070

Please sign in to comment.