mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-08 09:17:15 +00:00
NO-JIRA Prevent globbing and word splitting (#84)
* Prevent globbing and word splitting * Revert changes in `entrypoint.sh`
This commit is contained in:
parent
e44258b109
commit
f4a7a62a43
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ fi
|
||||||
_tmp_file=$(ls "${INPUT_PROJECTBASEDIR}/" | head -1)
|
_tmp_file=$(ls "${INPUT_PROJECTBASEDIR}/" | head -1)
|
||||||
PERM=$(stat -c "%u:%g" "${INPUT_PROJECTBASEDIR}/$_tmp_file")
|
PERM=$(stat -c "%u:%g" "${INPUT_PROJECTBASEDIR}/$_tmp_file")
|
||||||
|
|
||||||
chown -R $PERM "${INPUT_PROJECTBASEDIR}/.scannerwork/"
|
chown -R "$PERM" "${INPUT_PROJECTBASEDIR}/.scannerwork/"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue