akon-labs/GitNexus Review

Posts a GitNexus blast-radius review comment on the PR by calling the GitNexus Enterprise Hub.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hub-urlGitNexus Hub base URL (e.g. https://app.akonlabs.com). Required, no default, so users cannot accidentally hit a wrong server.yes
tokenGitNexus CI token (gnx_...). Store as a repo secret (e.g. GITNEXUS_TOKEN) and pass via the workflow.yes
github-tokenGitHub token used to post the PR comment. Defaults to the auto-issued workflow token.no${{ github.token }}
fail-on-blast-levelOptional gate. Accepts LOW | MEDIUM | HIGH | CRITICAL. When set, the action fails the workflow if the PR blast level meets or exceeds this value (after posting the comment). Empty (default) is advisory and never fails.no""
inline-findingsOpt-in inline review findings. When "true", the action posts line-anchored PR review comments for GitNexus findings (in addition to the main comment) and, while enabled, stays silent on draft PRs until they are marked ready. Default "false" keeps the pre-existing behavior unchanged.nofalse
max-inline-findingsCap on the number of inline review comments posted per run (narrowing only — never surfaces more than the Hub sent). Default 10.no10
inline-severity-floorMinimum severity for an inline review comment: warning | error (narrowing only). "error" posts only error-severity findings inline. Default "warning".nowarning
namedescription
comment-idGitHub comment id we created or updated.
blast-levelOverall blast level returned by the Hub: LOW | MEDIUM | HIGH | CRITICAL.
gate-decisionGate outcome: pass | fail | neutral. neutral means the gate was advisory (no fail-on-blast-level set).
inline-findings-postedNumber of inline review comments posted or updated this run (0 when inline-findings is off).
inline-findings-suppressedNumber of findings not surfaced inline: the Hub noise-budget suppressions plus any narrowed by the severity floor (0 when inline-findings is off). Over-cap findings are demoted to the fallback section, not suppressed.