mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 15:17:08 +00:00
Set up locale env variables (#14)
Setting those variables fixes the issue that sonar has with non-asci chars in filenames Co-authored-by: Tom <tom.vanbraband@sonarsource.com>
This commit is contained in:
parent
de2e56b42a
commit
5c2f7d2ca8
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ ARG NODEJS_HOME=/opt/nodejs
|
|||
|
||||
ENV PATH=${PATH}:${SONAR_SCANNER_HOME}/bin:${NODEJS_HOME}/bin
|
||||
|
||||
# set up local envs in order to allow for special chars (non-asci) in filenames
|
||||
ENV LC_ALL="C.UTF-8"
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
# https://help.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue