open-policy-agent/Setup OPA
Sets up Open Policy Agent CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Open Policy Agent CLI to install. Semver Ranges (https://www.npmjs.com/package/semver#ranges) are supported. | no | latest |
| static | Set to true to use the static binary version. Defaults to false. Not available for Win32 | no | false |
| github-token | The 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 }} |
| mirror | Set to the URL of the mirror you should download from. Defaults to https://github.com. Not available for latest or edge versions. | no | https://github.com |
Outputs
no outputs