mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +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
|
@ -55,6 +55,8 @@ inspec exec test.rb -t docker://container_id
|
||||||
|
|
||||||
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
|
### Install as package
|
||||||
|
|
||||||
The Chef InSpec package is available for MacOS, RedHat, Ubuntu and Windows. Download the latest package at [Chef InSpec Downloads](https://downloads.chef.io/inspec) or install Chef InSpec via script:
|
The Chef InSpec package is available for MacOS, RedHat, Ubuntu and Windows. Download the latest package at [Chef InSpec Downloads](https://downloads.chef.io/inspec) or install Chef InSpec via script:
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
h2 Chef InSpec Documentation
|
h2 Chef InSpec Documentation
|
||||||
p
|
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.
|
| 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
|
h2.margin-top-sm Getting started with Chef InSpec
|
||||||
p
|
p
|
||||||
' Below are some of the core concepts that make up Chef InSpec. Check out our
|
' Below are some of the core concepts that make up Chef InSpec. Check out our
|
||||||
|
|
Loading…
Reference in a new issue