actions-marketplace-validations/Kong Pongo

Installs Pongo, tool for testing Kong Gateway plugins

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 13, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/kong_kong-pongo-action@22091d840a2a0deaba068ab1ce2fd927eb19d698 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
kong_versionThe Kong version to test against yes
pongo_versionThe Pongo version to use for testing. This can be a Pongo version tag or branch name (use `"master"` for bleeding-edge). A special case is `"latest"` which will get the latest released version. yeslatest
build_imagePre-build the image for the given Kong version (runs 'pongo build') yestrue
start_environmentStart the test environment (runs 'pongo up') yestrue
licenseThe Kong license (defaults to environment variable `KONG_LICENSE_DATA` if not given). This is only required if you are testing a plugin against an Enterprise version of the Kong Gateway. no
enterprise_nightly_docker_passwordKong Inc internal only! The password to access the nightly Kong Enterprise images for `dev-ee` testing. no
enterprise_nightly_docker_usernameKong Inc internal only! The username to access the nightly Kong Enterprise images for `dev-ee` testing. no
github_tokenKong Inc internal only! The token to clone the `kong-ee` git repo for `dev-ee` testing. no
cacheIf set, cache the Pongo test image using the given cache type to avoid rebuilding the image at each run. Can only be set to `github` for now. no

no outputs