agrovr/Maniflight repository diagnostics
Generate an evidence-backed readiness report for a GitHub repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Repository path to inspect. | no | . |
| output-dir | Directory for scan artifacts and optional comparison.json output. | no | maniflight-report |
| github-token | Optional repository-scoped token used only for read-only GitHub metadata. | no | — |
| repository | Repository in owner/name format. Defaults to the current Actions repository. | no | — |
| config | Path to a Maniflight YAML configuration file. | no | .maniflight.yml |
| baseline-report | Optional path to a previous Maniflight report.json used for regression comparison. | no | — |
| fail-under | Optional readiness score threshold that makes the step fail. | no | — |
| fail-on-high | Fail when a high-severity finding is present. | no | false |
| fail-on-regression | Fail only when the current scan introduces a regression from the baseline report. | no | false |
Outputs
| name | description |
|---|---|
| overall-score | Overall readiness score from 0 to 100, when enough evidence is available. |
| confidence | Percentage of weighted checks with usable evidence. |
| high-findings | Number of high-severity findings. |
| report-path | Path to the standalone HTML report. |
| json-path | Path to the machine-readable JSON report. |
| regressions | Number of newly introduced regressions when a baseline report is provided. |
| comparison-path | Path to comparison.json when a baseline report is provided. |