actions-marketplace-validations/OpenAPI Diff Action

A GitHub Action to identify differences between OpenAPI specifications. It uses OpenAPITools/openapi-diff.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
old-specOld specification filenameyes
new-specNew specification filenameyes
headerUse given header for authorizationno""
queryUse query param for authorizationno""
logUse given level for log (TRACE, DEBUG, INFO, WARN, ERROR, OFF)noERROR
markdownExport diff as markdown in given fileno.tmp/markdown
jsonExport diff as JSON in given fileno.tmp/json
textExport diff as text in given fileno.tmp/text
htmlExport diff as HTML in given fileno.tmp/html
fail-onFail if API changed but is backward compatible ('changed' value) or changes broke backward compatibility ('incompatible' value)no""
namedescription
stateOutput diff state: no_changes, incompatible, compatible