quynhanh1706vp-byte/VSP Security Scan
Run VSP SOC Premium security scan and enforce gate policy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vsp_url | VSP Gateway URL (e.g. https://vsp.yourcompany.com) | yes | — |
| api_key | VSP API Key (store in GitHub Secrets) | yes | — |
| src_path | Source code path to scan | no | . |
| profile | Scan profile: FAST | PREMIUM | FULL_SOC | no | FAST |
| fail_on | Fail pipeline when gate is: FAIL | WARN | never | no | FAIL |
| timeout_minutes | Max wait time for scan (minutes) | no | 30 |
| post_comment | Post findings summary as PR comment | no | true |
Outputs
| name | description |
|---|---|
| gate | Gate result: PASS | WARN | FAIL |
| grade | Security grade: A-F |
| score | Security score 0-100 |
| total_findings | Total findings count |
| report_url | URL to full HTML report |
| run_id | VSP Run ID (RID) |