Skip to content

Commit a3169e9

Browse files
authored
Merge pull request #12 from netflash/master
Fix README.md
2 parents 3870b37 + 92e7b4c commit a3169e9

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: ruby
33
cache: bundler
44

55
rvm:
6-
- 1.9.3
7-
- 2.0.0
8-
- 2.2.0
96
- 2.3.1
107

118
bundler_args: --without integration

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7676
inspec exec cis-docker-benchmark -t ssh://user@hostname -i /path/to/key

0 commit comments

Comments
 (0)