Skip to content

Commit

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

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Feb 26, 2024
1 parent ffa3d62 commit 544896c
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 544896c

Please sign in to comment.