sonarcloud-github-action
sonarcloud-github-action copied to clipboard
Integrate SonarCloud code analysis to GitHub Actions
Patch to adapt image to work with ACT (https://github.com/nektos/act)
In our case (https://github.com/provectus/kafka-ui), the ReactJS application is part of the maven project / monorepo. This update allows us to check quality of js app separately.
When running this github actions with `uses: sonarsource/sonarcloud-github-action@master`, there is a build time of around 17 seconds everytime the action is run. To shorten this build time I was using...
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]...
See: https://community.sonarsource.com/t/maven-project-detected-you-should-run-the-goal-org-sonarsource-scanner-maven-sonar-during-build-rather-than-using-this-github-action/36158
This workflow tests the docker build on pull requests, and comments some docker image metatdata. See https://github.com/toindev/sonarcloud-github-action/pull/2 for an example. Edit : the Travis workflow won't pass in this PR,...
The removed link points to a deprecated and soon-to-be-removed example. The new link provides multiple examples that are regularly monitored.