mavoryl/Mobile Repo Doctor
Scan a mobile repo for health issues — assets, dependencies, config, structure. Score, findings, and fixes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on | Failure policy: none | critical | high | score-below-N | no | high |
| output | Report formats (comma-separated): html, json, or html,json | no | html,json |
| scan-path | Path to the mobile repository | no | ${{ github.workspace }} |
| verbose | Enable verbose output | no | false |
| upload-artifacts | Upload report artifacts | no | true |
| artifact-name | Name for the uploaded artifact | no | repo-doctor-report |
Outputs
| name | description |
|---|---|
| score | Overall health score (0-100) |
| grade | Health grade (A-F) |
| findings-count | Total number of findings |
| critical-count | Number of critical findings |
| high-count | Number of high findings |
| exit-code | Final exit code after policy evaluation |