Skip to content

Commit 35bf5cd

Browse files
authored
Remove -Dsonar.login from sonar-scanner command line (#1647)
Addresses #1646 Signed-off-by: Cary Phillips <[email protected]>
1 parent 5fe60f9 commit 35bf5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
89-
run: sonar-scanner -X -Dsonar.login=$SONAR_TOKEN
89+
run: sonar-scanner -X
9090

9191
# ------------------------------------------------------------------------------
9292
# Valgrind memcheck test

0 commit comments

Comments
 (0)