mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-08 00:17:07 +00:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db65a086b2 |
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