wcm-io-devops/Maven Build with SonarCloud

Composite GitHub Action that verifies a Maven Build and analyzes the results in SonarCloud

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
osOperation systemyes
java-versionJava versionyes
java-distributionJava distributionnotemurin
maven-executableMaven executablenomvn
maven-verify-argsMaven goals and command line parameter to verify the buildno-s ./.maven-settings.xml -Pcontinuous-integration -B -U clean verify
maven-sonar-argsMaven goals and command line parameters to execute sonar analysisnoorg.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=${{github.repository_owner}}_${{github.event.repository.name}} -Dsonar.projectName=${{github.event.repository.name}}
maven-additional-argsAdditional maven goals or command line parameters to be added to all maven callsno
sonar-run-on-osRun sonar (only) on this operation systemyes
sonar-run-on-java-versionRun sonar (only) on this java versionyes
sonar-tokenSONAR_TOKEN secret. This is not available for external PRs, so it may be empty and Sonar is skipped in this case.no
github-tokenGITHUB_TOKEN secretyes

no outputs