Simple example of pushing the Chef Environment name over to Inspec
Control:
title 'Forwarders'
environments = yaml(content: inspec.profile.file('forwarders.yml')).params
chef_environment = attribute('chef_environment', description: 'The chef environment for the node', default: 'nope')