lsacera/Kiuwan Delivery Analysis
Run Kiuwan Delivery Analysis on the selected set of code
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 | — |
| changerequest | Change request for the delivery analysis | no | ${{ github.event_name }} |
| branch | Branch name for the delivery analysis | — | ${{ github.ref }} |
| type | Type of delivery: completeDelivery(default) or partialDelivery | no | completeDelivery |
| status | Status of the delivery: resolved(default) or inprogress | no | resolved |
| 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 |
| analysisurl | URL of the executed delivery |
| auditresult | Result of the audit to check [true | fail] |
| message | Result message for the execution |