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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 4, 2024
License
MPL 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: incquerylabs/incquery-validator-for-ea-action@53dce0559e2e8c8529af704c4d9434df87344569 # 2024.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
model_file_pathPath to the model file.yes
analysis_suiteName of the analysis suite (ruleset) to validate with.yes
incquery_usernameUsername to https://artifacts.incquery.io/. Not required if the validator is already installed on the runner.no
incquery_passwordPassword to https://artifacts.incquery.io/. Not required if the validator is already installed on the runner.no
licenseThe contents of the supplied license file.yes
comment_on_prComment on the pull request with the result of the analysis.nofalse
fail_onFail 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'.nowarning
mdgtPathsPath(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""

no outputs