Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Sonar Scanner
uses: warchant/setup-sonar-scanner@v7
with:
version: 4.6.2.2472
version: 5.0.2.4997

- name: Run Sonar Scanner
env:
Expand Down Expand Up @@ -182,4 +182,4 @@ jobs:
push: true
tags: >
${{ inputs.DOCKER_REPO }}/api:${{ inputs.DOCKER_TAG }},
${{ inputs.DOCKER_REPO }}/api:latest
${{ inputs.DOCKER_REPO }}/api:latest
2 changes: 2 additions & 0 deletions code/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sonar.projectKey=nuvla-api-server
sonar.projectName=nuvla-api-server
sonar.sources=src,project.clj
sonar.inclusions=**/*.clj, **/*.cljc
sonar.clojure.file.suffixes=.clj,.cljc
sonar.lang.patterns.clj=**/*.clj,**/*.cljc
sonar.tests=test
sonar.testExecutionReportPaths=test-reports/sonar/testExecutions.xml
sonar.clojure.sensors.timeout=3600
Expand Down
Loading