mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
3e1d08cafe
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> |
||
---|---|---|
.. | ||
bundles | ||
fetchers | ||
inspec | ||
matchers | ||
plugins | ||
resource_support | ||
resources | ||
source_readers | ||
inspec.rb |