open-policy-agent/Setup OPA

Sets up Open Policy Agent CLI in your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion of Open Policy Agent CLI to install. Semver Ranges (https://www.npmjs.com/package/semver#ranges) are supported.nolatest
staticSet to true to use the static binary version. Defaults to false. Not available for Win32nofalse
github-tokenThe GitHub access token (e.g. secrets.GITHUB_TOKEN) used to get the list of OPA CLI versions. This defaults to {{ github.token }}.no${{ github.token }}
mirrorSet to the URL of the mirror you should download from. Defaults to https://github.com. Not available for latest or edge versions.nohttps://github.com

no outputs