inspec/lib
Jerry Aldrich 3e1d08cafe Add support for relative paths to the Git fetcher
This adds support for specifying a path to a profile in a Git repo.

For example, you could have a Git repo containing multiple profiles and
you want to specify a single one like below:

```yaml
depends:
  - name: profile-1
    git: https://github.com/myorg/all-my-profiles.git
    profile_path: profiles/my-specific-profile-1
  - name: profile-2
    git: https://github.com/myorg/all-my-profiles.git
    profile_path: profiles/my-specific-profile-2
```
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2019-07-30 13:36:20 -04:00
..
bundles chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
fetchers Add support for relative paths to the Git fetcher 2019-07-30 13:36:20 -04:00
inspec Bump version to 4.8.6 by Chef Expeditor 2019-07-30 00:50:58 +00:00
matchers Un-deprecate the be_running matcher on service resource 2019-07-22 14:52:45 -04:00
plugins Transition the Habitat plugin to use scaffolding (#4320) 2019-07-29 12:50:49 -04:00
resource_support chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
resources chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
source_readers chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
inspec.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00