farukalpay/Pointerverse Guard
Audit pull request diffs with Pointerverse Guard.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base git ref for the diff. | no | origin/main |
| mode | observe or strict. | no | observe |
| report | Markdown report path. | no | audit-report.md |
| json | JSON report path. | no | audit-report.json |
| format | text, json, markdown, or sarif. | no | markdown |
| sarif | SARIF output path. | no | audit.sarif |
| repo | Repository workspace to audit. | no | . |
| comment | Post or update a sticky PR comment with the guard report. | no | true |
| annotations | Emit GitHub Check annotations for guard findings. | no | true |
| version | Pointerverse release version to download, or latest. Use source to force source build. | no | latest |
| github-token | GitHub token used for PR comments and SARIF upload. | no | "" |
| upload-sarif | Upload the SARIF report to GitHub Code Scanning. | no | false |
Outputs
| name | description |
|---|---|
| report | Absolute path to the Markdown report. |
| json | Absolute path to the JSON report. |
| sarif | Absolute path to the SARIF report. |