saqreed/ArgusGate Scan
Run checksum-verified ArgusGate MCP metadata scanning in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-type | Scan source type: config, fixtures, or url. | yes | — |
| source | Local file path or HTTPS MCP endpoint. | yes | — |
| policy | Optional ArgusGate policy path. | no | "" |
| baseline | Optional reviewed ArgusGate baseline path. | no | "" |
| fail-on | Optional fail threshold: low, medium, high, or critical. | no | "" |
| report | JSON report output path. | no | argusgate-report.json |
| sarif | SARIF output path. | no | argusgate.sarif |
| server-id | Optional stable server identifier for URL inspection. | no | "" |
| timeout | URL inspection timeout. | no | 15s |
| token-env | Optional environment variable name containing an HTTPS bearer token. | no | "" |
| version | Release tag to download. Defaults to the action tag when invoked with a v* tag. | no | "" |
Outputs
| name | description |
|---|---|
| report | JSON report path. |
| sarif | SARIF report path. |
| exit-code | ArgusGate exit code. |