mizcausevic-dev/Kinetic Gain Protocol Detect
Scan a directory of JSON docs and identify which Kinetic Gain Suite protocol each belongs to.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-dir | Directory to scan for JSON documents. Files are walked recursively. | yes | — |
| fail-on-unknown | Fail the run if any JSON file in scan-dir is identified as protocol='unknown' (default 'false'). | no | false |
| min-confidence | Minimum confidence required to NOT trigger fail-on-unknown. One of 'high' | 'medium' | 'low'. Default 'low' (any positive detection counts). | no | low |
| comment-on-pr | Post the summary as a PR comment. 'auto' (default) posts only on pull_request events; 'true' / 'false' force the behavior. | no | auto |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| file-count | Number of JSON files scanned. |
| unknown-count | Number of files identified as protocol='unknown' (or below min-confidence). |
| summary-json | Compact JSON of { path, protocol, version, confidence } per file. |