jaguards-actions/Sonar Light Proxy

Lightweight GH Actions for a local HTTP reverse-proxy that injects custom headers into every request forwarded to SonarQube

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sonar-host-urlTarget SonarQube / SonarCloud URL (e.g. https://sonar.example.com)yes
headersJSON object of additional HTTP headers to inject into every upstream request. Example: '{"X-Api-Key":"secret","X-Forwarded-Proto":"https"}' no{}
proxy-portLocal TCP port the proxy will listen on (must be free on the runner)no9000
namedescription
proxy-urlLocal proxy URL to substitute as SONAR_HOST_URL in subsequent steps