mettleci/MCIX Asset-Analysis Test
Run asset analysis tests on DataStage assets in an IBM Software Hub (Cloud Pak) project using the MettleCI MCIX CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API key for authentication | yes | — |
| url | URL of the DataStage server | yes | — |
| user | Username for authentication | yes | — |
| report | Path to output the asset analysis report | no | reports/asset-analysis-report.xml |
| project | DataStage project name | no | "" |
| project-id | DataStage project id | no | "" |
| path | Path to the DataStage assets. Mutually exclusive with url/user/api-key. | yes | — |
| rules | Path to the compliance rules | yes | — |
| include-tags | Comma-separated list of tags to include | no | "" |
| exclude-tags | Comma-separated list of tags to exclude | no | "" |
| test-suite | Test suite name | no | mcix tests |
| ignore-test-failures | Ignore test failures (always return 0)? (true/false) | no | false |
| additional-args | Additional raw arguments to append to the mcix command | no | — |
Outputs
| name | description |
|---|---|
| return-code | The return code of the command |
| junit-path | Path to the JUnit XML report generated by mcix asset-analysis test |