Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ inputs:
description: "Version of OPA CLI to use. Default is 0.67.1."
required: false
default: "0.67.1"
opa_static:
description: "Whether to use the static binary. Default is false."
required: false
default: false
indicate_source_message:
description: Flag to comment the origins watermark (this repository) of the GitHub Action in the PR comment. Default of true.
required: false
Expand All @@ -57,6 +61,7 @@ runs:
uses: open-policy-agent/setup-opa@v2
with:
version: ${{ inputs.opa_version }}
static: ${{ inputs.opa_static }}

- name: Run OPA Tests and Coverage
id: opa-test-coverage
Expand Down
Loading