Skip to content

Commit

Permalink
Remove args for the moment until I find a pattern that works
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Oct 30, 2019
1 parent 3c02e5f commit e886bea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ passed to the action using `with`, as demonstrated with `files` in the above exa
| policy | policy | Where to find the policy folder or files |
| namespace | main | The Rego namespace to use for testing |
| output | stdout | How to format the output from Conftest (stdout, json or tap) |
| args | - | Any additional arguments to pass to Conftest |

4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ inputs:
output:
description: "Output format for results"
default: "stdout"
args:
description: "Any additional arguments to pass to Conftest"
runs:
using: 'docker'
image: 'docker://instrumenta/conftest:latest'
Expand All @@ -30,4 +28,4 @@ runs:
- ${{ inputs.policy }}
- --namespace
- ${{ inputs.namespace }}
- ${{ inputs.args }} ${{ inputs.files }}
- ${{ inputs.files }}

0 comments on commit e886bea

Please sign in to comment.