vetcoders/prview gate
Install prview and run the contractual prview gate automation check.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| strict | Treat CONDITIONAL as a failing gate exit code. | no | false |
| version | prview crate version to install (for example "0.5.0"), or "latest" for the newest published release. The gate command ships from the release line that first introduced `prview gate`; pin to that release once it is published. "latest" is a resilient default: it never fails to resolve a pinned version that does not yet exist on crates.io. | no | latest |
| args | Additional whitespace-separated arguments passed to prview gate. | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | Raw prview gate process exit code. |
| json-path | Path to the captured prview gate JSON output. |
| sarif-path | Path to INLINE_FINDINGS.sarif when the run produced one. |