Skip to content

Commit

Permalink
Don't use deprecated reporter feature in README (#199)
Browse files Browse the repository at this point in the history
Since #183 the reporter feature can and should be used to define the InSpec output.

Signed-off-by: Lukas Schmidt <[email protected]>
  • Loading branch information
MrWong99 authored and jquick committed Sep 6, 2018
1 parent a3f5ef9 commit 2a61c9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ If you want to customize the output file per platform or test suite you can use
```yaml
verifier:
name: inspec
format: junit
output: path/to/results/%{platform}_%{suite}_inspec.xml
reporter: junit:path/to/results/%{platform}_%{suite}_inspec.xml
```
You can also decide to only run specific controls, instead of a full profile. This is done by specifying a list of controls:
Expand Down

0 comments on commit 2a61c9e

Please sign in to comment.