ashishjsharda/Aviation Compliance Checker
Automated FAA compliance checking for aviation maintenance logs, pilot logbooks, and aircraft documentation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Comma-separated list of file patterns to check (e.g., logs/**/*.md,docs/**/*.txt) | no | **/*.md,**/*.txt,**/*.json,**/*.log |
| check-maintenance-logs | Enable maintenance log compliance checks (14 CFR Part 43) | no | true |
| check-pilot-logs | Enable pilot logbook entry checks (14 CFR Part 61) | no | true |
| check-airworthiness | Enable airworthiness documentation checks | no | true |
| check-weight-balance | Enable weight and balance documentation checks | no | true |
| fail-on-violation | Fail the action if compliance violations are found | no | false |
| github-token | GitHub token for posting PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| violations-found | Number of compliance violations found |
| compliance-status | Overall compliance status (PASS/FAIL) |
| report-path | Path to the detailed compliance report |