mirror of
https://github.com/inspec/inspec
synced 2024-11-28 07:30:50 +00:00
f2e587f6d5
Any controls included from profiles that don't support our current platform are now marked as skipped. Fixes #1049
11 lines
271 B
YAML
11 lines
271 B
YAML
name: profile-support-skip
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: All Rights Reserved
|
|
summary: An InSpec Compliance Profile
|
|
version: 0.1.0
|
|
depends:
|
|
- name: windows-only
|
|
path: '../windows-only'
|