Skip to content

Commit

Permalink
adding correct input file
Browse files Browse the repository at this point in the history
Signed-off-by: Will <will@dower.dev>
  • Loading branch information
wdower committed Aug 22, 2024
1 parent 3f36e86 commit 14e240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
continue-on-error: true # we dont want to stop if our InSpec run finds failures, we want to continue and record the result
run: |
inspec exec $PROFILE \
--input-file=$PROFILE/inputs.yml \
--input-file=$PROFILE/inputs-linux.yml \
--target docker://nginx \
--reporter cli json:results/pipeline_run.json
Expand Down

0 comments on commit 14e240f

Please sign in to comment.