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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sonar-host-url | Target SonarQube / SonarCloud URL (e.g. https://sonar.example.com) | yes | — |
| headers | JSON object of additional HTTP headers to inject into every upstream request. Example: '{"X-Api-Key":"secret","X-Forwarded-Proto":"https"}' | no | {} |
| proxy-port | Local TCP port the proxy will listen on (must be free on the runner) | no | 9000 |
Outputs
| name | description |
|---|---|
| proxy-url | Local proxy URL to substitute as SONAR_HOST_URL in subsequent steps |