tyktechnologies/Tyk Governance Action
Run governance checks on OpenAPI specs using Tyk Governance Service.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| governance_service | Base URL of the governance service. | yes | — |
| governance_auth | API token for the governance service. | yes | — |
| rule_id | ID of the rule to evaluate. | yes | — |
| api_path | Path to the OpenAPI (OAS) file to analyze. | yes | — |
| mocked | Mock mode for testing. Use "success", "fail", or "warning" to bypass API call and return predefined results. | no | "" |
Outputs
| name | description |
|---|---|
| error_count | Number of errors found. |
| warning_count | Number of warnings found. |
| total_issues | Total number of issues found. |