inspec/www/source/docs/index.html.slim

51 lines
2.7 KiB
Text
Raw Normal View History

h2 InSpec Documentation
p
| InSpec is a free and open-source framework for testing and auditing your applications and infrastructure. 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 InSpec code. InSpec detects violations and displays findings in the form of a report, but puts you in control of remediation.
2016-09-26 03:28:31 +00:00
h2.margin-top-sm Getting started with InSpec
p
| Below are some of the core concepts that make up InSpec. Check out our
a href="/demo" in-browser demo
| or
a href="/tutorial" tutorials
| for a quick hands-on experience.
.row.columns.align.margin-top-xs
a.button.btn-lg.btn-purple.shadow.margin-right-xs href="/demo" try the demo
a.button.btn-lg.btn-purple-o.shadow href="/tutorial" browse tutorials
2016-09-26 03:28:31 +00:00
.margin-top-sm.brdr-left
.margin-left-sm
h3 Create a profile
p
a href="/docs/reference/profiles.html" Profiles
| are the core of the InSpec testing experience. Use InSpec profiles to manage everything you need to run a security or compliance scan--attributes, metadata, and the tests themselves.
.margin-top-xs.brdr-left
.margin-left-sm
h3 Add your tests
p
| You can create tests three different ways: By composing your own tests, by including tests from the
a href="https://supermarket.chef.io/" Chef Supermarket
| or by adding tests from the
a href="http://dev-sec.io/" Dev-Sec Project
| as dependencies. You can also customize your tests--pulling in the tests from our Supermarket and change them to suit your unique needs with the easy-to-read and easy-to-write InSpec domain specific language.
.margin-top-xs.brdr-left
.margin-left-sm
h3 Target your system
p
| Run your tests wherever your infrastructure is--locally or in the cloud. InSpec is designed for platforms and treats operating systems as special cases. InSpec helps you, whether you use Windows Server on your own hardware or run Linux in Docker containers in the cloud. As for the cloud, you can use InSpec to target applications and services running on AWS and Azure.
.margin-top-xs.brdr-left
.margin-left-sm
h3 Resources
p
| InSpec has
a href="/docs/reference/resources.html" 80+ resources
| ready use--apache to zfs pool. If you need a solution that we havent provided, you can write your own
a href="/docs/reference/dsl_resource.html" custom resource
| .
h2.margin-top-sm Contributing
p
| This documentation is automatically generated from the InSpec repository and source code. To contribute, please have a look at the
a href="https://github.com/chef/inspec/tree/master/docs" docs
| folder of the project.