Running inspec habitat profile create ./<someProfile> processes but toward the end, fails due to license acceptance...
Describe the problem
I've set accept license env variable in my shell, CHEF_LICENSE=accept but it has no effect... passing --chef-license accept along with the command, also has no effect...
inspec-profile-stig-redhatenterpriselinux7-cationly: Building
[2019-06-27T21:48:57+00:00] ERROR: InSpec cannot execute without accepting the license
inspec-profile-stig-redhatenterpriselinux7-cationly: Build time: 0m35s
inspec-profile-stig-redhatenterpriselinux7-cationly: Exiting on error
[2019-06-27T17:48:59-04:00] ERROR: Unable to build the Habitat artifact.```
## Possible Solution
Running
inspec habitat profile create ./<someProfile>processes but toward the end, fails due to license acceptance...Describe the problem
I've set accept license env variable in my shell,
CHEF_LICENSE=acceptbut it has no effect... passing--chef-license acceptalong with the command, also has no effect...