Merge pull request 'Add sonar_user_home.' (#2) from Add-sonar-home-env into master

Reviewed-on: #2
This commit is contained in:
Stanislav Melnichuk 2023-06-09 08:05:40 +00:00
commit 5121001f04
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ jobs:
- name: run gradle sonar scan
if: ${{ inputs.sonar_enabled }}
env:
SONAR_USER_HOME: "/opt/hostedtoolcache/.sonar"
run: ./gradlew sonar -i -s
- name: dockerfile lint check