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