mirror of
https://github.com/inspec/inspec
synced 2024-11-22 04:33:09 +00:00
456fa5c8f5
* Implemented ability to add feature flags in Inspec feature subsystem Signed-off-by: Nik08 <nikita.mathur@progress.com> * Added usage of env_preview for conditionalising features Signed-off-by: Nik08 <nikita.mathur@progress.com> * Test cases added for feature preview flag ability Signed-off-by: Nik08 <nikita.mathur@progress.com> * Minor chnages - Better commenting & smarter methods Signed-off-by: Nik08 <nikita.mathur@progress.com> --------- Signed-off-by: Nik08 <nikita.mathur@progress.com>
13 lines
420 B
YAML
13 lines
420 B
YAML
---
|
|
features:
|
|
inspec-test-feature-01:
|
|
description: Fun for the whole security organization
|
|
env_preview: true
|
|
inspec-test-feature-02:
|
|
description: Fun for the whole security organization
|
|
env_preview: true
|
|
inspec-test-feature-03:
|
|
description: A great use of your time
|
|
env_preview: false
|
|
inspec-test-feature-04:
|
|
description: A great use of your time and also fun
|