Merge pull request #4071 from inspec/licenseUpdate

Include info about Chef License Requirements
This commit is contained in:
Miah Johnson 2019-05-15 13:36:34 -07:00 committed by GitHub
commit 2490371390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -53,7 +53,9 @@ inspec exec test.rb -t docker://container_id
## Installation
Chef InSpec requires Ruby ( >= 2.4 ).
Chef InSpec requires Ruby ( >= 2.4 ).
Note: Versions of Chef InSpec 4.0 and later require accepting the EULA to use. Please visit the [license acceptance page](https://docs.chef.io/chef_license_accept.html) on the Chef docs site for more information.
### Install as package

View file

@ -1,7 +1,10 @@
h2 Chef InSpec Documentation
p
| Chef InSpec is a free and open-source framework for testing and auditing your applications and infrastructure. Chef InSpec works by comparing the actual state of your system with the desired state that you express in easy-to-read and easy-to-write Chef InSpec code. Chef InSpec detects violations and displays findings in the form of a report, but puts you in control of remediation.
p
| Note: Versions of Chef InSpec 4.0 and later require accepting the EULA to use. Please visit the
a href="https://docs.chef.io/chef_license_accept.html" license acceptance page
' on the Chef docs site for more information.
h2.margin-top-sm Getting started with Chef InSpec
p
' Below are some of the core concepts that make up Chef InSpec. Check out our