Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Wieringa
2d733137d2 Merge remote-tracking branch 'origin/main' into new/initial_commit
Some checks failed
SonarQube Scan / sonar (pull_request) Failing after 29s
2025-12-28 17:15:25 +01:00

View File

@ -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=.