Compare commits
1 Commits
30afa9a96a
...
2d733137d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d733137d2 |
@ -17,10 +17,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run SonarQube scan
|
- name: Run SonarQube scan
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-e SONAR_HOST_URL=$SONAR_HOST_URL \
|
-e SONAR_HOST_URL=$SONAR_HOST_URL \
|
||||||
-e SONAR_TOKEN=$SONAR_TOKEN \
|
-e SONAR_TOKEN=$SONAR_TOKEN \
|
||||||
-v "$PWD:/usr/src" \
|
-v "$PWD:/usr/src" \
|
||||||
sonarsource/sonar-scanner-cli \
|
sonarsource/sonar-scanner-cli
|
||||||
-Dsonar.projectKey=schiphol \
|
|
||||||
-Dsonar.sources=.
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user