Include info about Chef License Requirements

Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
This commit is contained in:
Mary Jinglewski 2019-05-15 16:31:59 -04:00
parent 2b54b0bede
commit f4eca9b2bf
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