Skip to content

Commit

Permalink
fix input option
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mizutani committed Aug 5, 2023
1 parent 7bf1a91 commit eebd835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
jq -n '{instances: input, security_groups: input}' instances.json security_groups.json > input.json
- uses: docker://openpolicyagent/opa:0.55.0
with:
args: "eval -f pretty -I input.json -b ./ --fail-defined data.ex6.failed"
args: "eval -f pretty -i input.json -b ./ --fail-defined data.ex6.failed"

0 comments on commit eebd835

Please sign in to comment.