Remove github fetcher from docs (#2075)

The github fetcher does not exist. The git fetcher or URL fetcher is what users should use.

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-08-15 13:47:28 -04:00 committed by GitHub
parent 45e7a85ebb
commit 61514c38a7

View file

@ -164,24 +164,6 @@ For example:
Available Supermarket profiles can be listed with `inspec supermarket profiles`.
## GitHub
A `github` setting specifies a profile that is located in a repository hosted on GitHub. The source location is translated into a URL upon resolution.
For example:
depends:
- name: gh-profile
github: username/project
A path to a Git commit or tag on GitHub can also be used:
dev-sec/linux-baseline
dev-sec/linux-baseline/tree/2.0
dev-sec/linux-baseline/tree/48bd4388ddffde68badd83aefa654e7af3231876
would all download profiles corresponding to the GitHub URL, https://github.com/dev-sec/linux-baseline/tree/48bd4388ddffde68badd83aefa654e7af3231876, for example.
## Chef Compliance
A `compliance` setting specifies a profile that is located on the Chef Compliance server.