daxxsec/FA20 Datalog Analyzer
Analyze Subaru FA20DIT datalogs from Atlas tuning software
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 21, 2025
- License
- MIT
Pinned Snippet
uses: daxxsec/damgood@cb5166fce75cb321ff0817eb77da2413df18847f # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| datalog-path | Path to the datalog CSV file to analyze | yes | — |
| fail-on-critical | Fail the action if critical issues are found | no | false |
| fail-on-high | Fail the action if high priority issues are found | no | false |
Outputs
| name | description |
|---|---|
| exit-code | Exit code (0=ok, 1=high issues, 2=critical issues) |
| report-path | Path to the JSON analysis report |
| issues-found | Number of issues found |