sharkbytedev/Sonar Test Suite

Trigger a Sonar test suite run and track its results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhook_urlSonar webhook URL (e.g. https://app.sonarapp.io/api/webhooks/suites/abc123)yes
bearer_tokenBearer token for Sonar authenticationyes
modelive — stream results to the Actions log and fail the job if tests fail. pr-check — set a pending commit status when the run starts, then mark it green or red when tests complete. The job itself always passes. nolive
timeout_minutesMaximum minutes to wait for the suite to completeno30
poll_interval_secondsSeconds between status pollsno15
github_tokenGitHub token used to post commit statuses in pr-check mode (defaults to the built-in GITHUB_TOKEN)no${{ github.token }}
namedescription
suite_run_idThe Sonar suite run ID
statusFinal suite status (passed, failed, cancelled, timed_out)
passed"true" if the suite passed, "false" otherwise