shellcheck on sonarcloud (plugin)

566 Views Asked by At

I use ShellCheck in order to validate my bash scripts.

I have a project that is made in bash and I want to scan it with ShellCheck in SonarCloud.

When I use SonarCloud für analysis it shows The main branch has no lines of code..

Currently, I automatically calling ShellCheck by the CI but I want to have the Result on SonarCloud.

I know that there is sonar-shellcheck-plugin for SonarQube(self-hosted) but is it possible to use this on SonarCloud?

If so, how is this possible?

0

There are 0 best solutions below