jinguji/SonarCloud Scan with Gradle

Scan your code with SonarCloud to detect bugs, vulnerabilities and code smells in Gradle

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sonar-token**Required** this is the token used to authenticate access to SonarCloud. You can generate a token on your [Security page in SonarCloud](https://sonarcloud.io/account/security/). You can set the `SONAR_TOKEN` environment variable in the "Secrets" settings page of your repository. yes
sonar-host-urlSonarCloud endpoint. (default: `https://sonarcloud.io`)nohttps://sonarcloud.io
sonar-organizationSonarCloud organization key. (default: <*repository owner*>)no${{ github.repository_owner }}
sonar-project-keyThe key generated when setting up the project on SonarCloud. (default: <*repository owner*>_<*repository name*>) no
gradle-cli-optsGradle command line options. (default: blank)no
gradle-before-tasksTask name to be executed before `sonarcube` task. (default: blank)no
gradle-after-tasksTask name to be executed after `sonarcube` task. (default: blank)no

no outputs