inspec/www/source/docs/index.html.slim
hannah-radish 26e6fbf6d2 Fix links on docs page (#2716)
* Fix links on docs page

Signed-off-by: hannah-radish <hmaddy@chef.io>
2018-02-20 14:41:58 -05:00

50 lines
2.7 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.
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="/tutorials" tutorials
' for a quick hands-on experience.
.row.columns.mobile-row-btn.align.margin-top-xs
a.button.btn-lg.btn-purple.shadow.margin-right-xs.mobile-row-btn href="/demo" try the demo
a.button.btn-lg.btn-purple-o.shadow.mobile-row-btn href="/tutorials" browse tutorials
.margin-top-sm.brdr-left
.margin-left-sm
h3 Create a profile
p
a href="/docs/reference/profiles/" 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/" 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/" 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.