File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ language: ruby
33cache : bundler
44
55rvm :
6- - 1.9.3
7- - 2.0.0
8- - 2.2.0
96 - 2.3.1
107
118bundler_args : --without integration
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ InSpec makes it easy to run your tests wherever you need. More options listed he
6666
6767```
6868# run profile locally
69- $ git clone https://github.com/dev-sec/cis-docker
69+ $ git clone https://github.com/dev-sec/cis-docker-benchmark
7070$ inspec exec cis-docker-benchmark
7171
7272# run profile locally and directly from Github
73- $ inspec exec https://github.com/dev-sec/cis-docker
73+ $ inspec exec https://github.com/dev-sec/cis-docker-benchmark
7474
7575# run profile on remote host via SSH
7676inspec exec cis-docker-benchmark -t ssh://user@hostname -i /path/to/key
You can’t perform that action at this time.
0 commit comments