deneuv34/Sensei
Check a pull request's changed files against the Sensei index for code-reuse violations and dangerous edits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Sensei npm version to run (e.g. "1.2.3" or "latest"). | no | latest |
| base | Diff base ref. Empty auto-resolves from the event (PR base / push before / default branch). | no | "" |
| block | Fail the check when blocking findings exist. | no | false |
| working-directory | Directory to run in (for monorepos). | no | . |
| node-version | Node.js version for actions/setup-node. | no | 24 |
Outputs
| name | description |
|---|---|
| blocked | "true" if blocking findings gated the check, else "false". |
| findings | Number of findings in the report. |
| report-path | Path to the JSON validation report, relative to working-directory. |