1homsi/gorisk
Go dependency risk analyzer — detect risky capabilities and policy violations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on | Minimum risk level that causes the action to fail (low|medium|high) | no | high |
| policy-file | Path to a policy JSON file (relative to repo root) | no | "" |
| sarif | Upload SARIF results to the GitHub Security tab | no | true |
| lang | Language analyzer to use (auto|go|node) | no | auto |
| continue-on-error | Continue workflow even if gorisk finds HIGH risk (true|false) | no | false |
| verbose | Enable verbose debug logging from the interprocedural analysis engine | no | false |
Outputs
| name | description |
|---|---|
| passed | true if the scan passed, false otherwise |
| sarif-file | Path to the generated SARIF file |