Skip to content

Commit

Permalink
Remove -Dsonar.login from sonar-scanner command line (AcademySoftware…
Browse files Browse the repository at this point in the history
…Foundation#1647)

Addresses AcademySoftwareFoundation#1646

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Mar 3, 2024
1 parent a8f5ca4 commit c57ad77
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 @@ -86,7 +86,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 c57ad77

Please sign in to comment.