mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
27 lines
No EOL
827 B
YAML
27 lines
No EOL
827 B
YAML
resource_packs:
|
|
# Example
|
|
# some-project:
|
|
# git_repo: the-repo-URL
|
|
# doc_sub_dir: some/oddball/path # Optional, default is docs/resources
|
|
# doc_group_title: Group Title used on website
|
|
# resource_file_regex: Regex used to identify files belonging to this group on the website
|
|
|
|
inspec-gcp:
|
|
git_repo: https://github.com/inspec/inspec-gcp.git
|
|
doc_group_title: GCP
|
|
resource_file_regex: ^google_
|
|
|
|
inspec-azure:
|
|
git_repo: https://github.com/inspec/inspec-azure.git
|
|
doc_group_title: Azure
|
|
resource_file_regex: ^azure
|
|
|
|
inspec-habitat:
|
|
git_repo: https://github.com/inspec/inspec-habitat.git
|
|
doc_group_title: Habitat
|
|
resource_file_regex: ^habitat_
|
|
|
|
inspec-aws:
|
|
git_repo: https://github.com/inspec/inspec-aws.git
|
|
doc_group_title: AWS
|
|
resource_file_regex: ^aws_ |