tsinghkothari-droid/Pramaan Evidence Bundle Verifier
Run Pramaan on pull requests and publish a risk-aware proof bundle summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-ref | Base commit/ref to compare. Defaults to pull_request.base.sha when available. | no | "" |
| head-ref | Head commit/ref to compare. Defaults to pull_request.head.sha when available. | no | "" |
| bundle-path | Deprecated alias for out-dir. Directory where Pramaan writes the proof bundle. | no | "" |
| out-dir | Directory where Pramaan writes the proof bundle. | no | target/pramaan |
| artifact-name | Name for the uploaded proof bundle artifact. | no | pramaan-proof-bundle |
| upload-artifact | Deprecated alias for upload-bundle. | no | "" |
| upload-bundle | Upload the proof bundle with actions/upload-artifact. | no | true |
| fail-on | Failure policy: failed, actionable, or never. | no | failed |
| policy-profile | Built-in Pramaan policy profile for summary explanation. | no | private-preview |
| attest | Create a GitHub artifact attestation for the uploaded bundle. Requires id-token: write and attestations: write. | no | false |
| pramaan-args | Extra arguments appended to `pramaan verify`. | no | "" |
Outputs
| name | description |
|---|---|
| bundle-path | Directory containing the proof bundle. |
| manifest-path | Path to bundle.manifest.json. |
| summary-path | Path to the rendered GitHub summary markdown. |
| final-status | Final bundle status reported by the Pramaan manifest. |