Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
Fix renamed repo
  • Loading branch information
netflash committed Oct 6, 2016
1 parent 3870b37 commit c37bd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ InSpec makes it easy to run your tests wherever you need. More options listed he

```
# run profile locally
$ git clone https://github.com/dev-sec/cis-docker
$ git clone https://github.com/dev-sec/cis-docker-benchmark
$ inspec exec cis-docker-benchmark
# run profile locally and directly from Github
$ inspec exec https://github.com/dev-sec/cis-docker
$ inspec exec https://github.com/dev-sec/cis-docker-benchmark
# run profile on remote host via SSH
inspec exec cis-docker-benchmark -t ssh://user@hostname -i /path/to/key
Expand Down

0 comments on commit c37bd99

Please sign in to comment.