loonwerks/Resolute-CI-Action
Conduct Resolute analysis on a component of an AADL model
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| component-to-analyze | **Required** The name of the AADL component to implementation analyze. | yes | Top.impl |
| output-path | **Required** The absolute output path for the JSON formatted results. | yes | Resolute_output.json |
| workspace-location | The path to the workspace containing the AADL projects (equivalent to -path option for headless Eclipse). | no | . |
| project-path | The path, relative to the workspace location, to the directory containing the AADL project. | no | "" |
| validation-only | Perform syntax validation only. | no | false |
| csv-output | Generate output in comma-separated values (CSV) format rather than JSON. | no | false |
| exit-on-warning | Terminate analysis on warnings as well as errors. | no | false |
| supplementary-aadl | A space-delimited list of absolute paths to additional AADL files outside the workspace project. | no | false |
| attestation-path | The absolute output path for the attestation directory generated by HAMR (i.e., includes sysml_attestation_report.json). | no | "" |
Outputs
| name | description |
|---|---|
| timestamp | The date/time that the analysis was completed |
| status | Summary of analysis completion status |
| status-messages | Description of analysis completion status |