mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
Merge pull request #4071 from inspec/licenseUpdate
Include info about Chef License Requirements
This commit is contained in:
commit
2490371390
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue