mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
ad4df90912
Currently our supported profiles output a warning for every instance of `inspec check` because our license metadata `Proprietary, All rights reserved` is not considered valid. This commit allows for a string beginning with `Proprietary` to be considered valid, as well as any valid SPDX value. Signed-off-by: James Stocks <jstocks@chef.io>
8 lines
223 B
YAML
8 lines
223 B
YAML
name: license-proprietary
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Proprietary, All rights reserved
|
|
summary: An InSpec Compliance Profile
|
|
version: 0.1.0
|