We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b64c37 commit 89e40fcCopy full SHA for 89e40fc
1 file changed
.github/workflows/pluginTest.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Run Sonar Scanner
45
run: |
46
docker run --rm --network="host" -v "$(pwd)/target-project:/usr/src" \
47
- sonarsource/sonar-scanner-cli:12 \
+ sonarsource/sonar-scanner-cli:latest \
48
-Dsonar.projectKey=test-project \
49
-Dsonar.sources=. \
50
-Dsonar.host.url=http://localhost:9000 \
0 commit comments