Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links in README file #42

Merged
merged 1 commit into from
Jul 26, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ tests-os-hardening

This Compliance Profile ensures, that all hardening projects keep the same quality.

- https://github.com/hardening-io/puppet-os-hardening
- https://github.com/hardening-io/chef-os-hardening
- https://github.com/hardening-io/ansible-os-hardening
- https://github.com/dev-sec/puppet-os-hardening
- https://github.com/dev-sec/chef-os-hardening
- https://github.com/dev-sec/ansible-os-hardening

## Standalone Usage

This Compliance Profile requires [InSpec](https://github.com/chef/inspec) for execution:

```
$ git clone https://github.com/hardening-io/tests-os-hardening
$ git clone https://github.com/dev-sec/tests-os-hardening
$ inspec exec tests-os-hardening
```

You can also execute the profile directly from Github:

```
$ inspec exec https://github.com/hardening-io/tests-os-hardening
$ inspec exec https://github.com/dev-sec/tests-os-hardening
```

## License and Author
Expand Down