actions-marketplace-validations/Kiuwan Baseline Analysis
Run Kiuwan Baseline analysis on the repository executing the action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kiuwanbaseurl | Base URL of the kiuwan server. Empty to go to kiuwan.com SaaS version. Example: https://myserver.com | no | https://www.kiuwan.com |
| project | Name of Kiuwan project | no | ${{ github.repository }} |
| label | Label of the analysis | no | ${{ github.run_number }} |
| userid | Username for kiuwan platform | yes | — |
| password | Password for kiuwan platform | yes | — |
| databasetype | Database type files in the project, if any. Can be one or more of [none, transacsql, plsql, informix] | no | none |
| advancedparams | Rest of parameters to use in the Kiuwan Local Analyzer. Please review documentation to see format at https://www.kiuwan.com/docs/display/K5/Kiuwan+Local+Analyzer+CLI+-+Command+Line+Interface | no | "" |
Outputs
| name | description |
|---|---|
| result | Return code of the execution of kiuwan |
| message | Return message of the execution of kiuwan |
| analysisurl | URL of the executed analysis |