mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
13 lines
332 B
YAML
13 lines
332 B
YAML
name: profile-with-dependent-gem-dependency
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: An InSpec Compliance Profile
|
|
version: 0.1.0
|
|
supports:
|
|
platform: os
|
|
depends:
|
|
- name: profile-with-gem-dependency
|
|
path: ../profile-with-gem-dependency
|