Warning instead of failure?

Hi all,

maybe this is a newbie question, but how can I make Inspec issue warning instead of a straight-up failure ?

How are you running inspec?
If your running the executable and just want a report take a look at https://www.inspec.io/docs/reference/reporters/

I'm running the executable - actually with this profile

As you can see in the .travis.yml, it's run using inspec exec
I want some of the controls to warn, instead of fail, so that the tests still pass, but a warning is raised.

Is that possible ?