sonarcloud-github-action
sonarcloud-github-action copied to clipboard
Fix parsing of UTF-8 FS Characters
I found that LC_ALL did not setup the correct behavior related to special character names.
When scanning a swift project
java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: Resources/Assets.xcassets/info.imageset/[email protected]
This works fine if the ENV in is added for LANG but LC_ALL does not have the correct effect.
Probably a good idea to set both, as this image is used by several language runtimes which may each have funky behaviour if one of these is not set.