incquerylabs/IncQuery Validator for Enterprise Architect
This action downloads and installs the IncQuery Validator for Enterprise Architect, then runs a validation on the given model with the given ruleset.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 4, 2024
- License
- MPL 2.0
Pinned Snippet
uses: incquerylabs/incquery-validator-for-ea-action@53dce0559e2e8c8529af704c4d9434df87344569 # 2024.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| model_file_path | Path to the model file. | yes | — |
| analysis_suite | Name of the analysis suite (ruleset) to validate with. | yes | — |
| incquery_username | Username to https://artifacts.incquery.io/. Not required if the validator is already installed on the runner. | no | — |
| incquery_password | Password to https://artifacts.incquery.io/. Not required if the validator is already installed on the runner. | no | — |
| license | The contents of the supplied license file. | yes | — |
| comment_on_pr | Comment on the pull request with the result of the analysis. | no | false |
| fail_on | Fail the workflow if there are any findings with the level equal or greater to the specified. Possible values are: 'none' (don't fail on anything), 'debug', 'info', 'warning', 'error', 'fatal'. | no | warning |
| mdgtPaths | Path(s) to the folder(s) where the MDG Technology descriptor XML files are located. Paths are separated by ";". Only required when using Structural validation. | no | "" |
Outputs
no outputs