mirror of
https://github.com/inspec/inspec
synced 2024-12-20 01:54:08 +00:00
6d340b323c
Fixes #5131 Due to the use of `#split(‘=‘)` against inputs supplied via the CLI we had an edge case where inputs with `’=‘` in the value would cause a breakage. This PR supplies a test for the regression and fixes the bug with a regex solution. Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
8 lines
218 B
YAML
8 lines
218 B
YAML
name: profile
|
|
title: InSpec Example Profile
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
copyright_email: support@chef.io
|
|
license: Apache-2.0
|
|
summary: Demonstrates regressions for 5131
|
|
version: 1.0.0
|