Nikita Mathur

Results 15 comments of Nikita Mathur

Closing this branch due to rebase issues with inspec-6 merge with main

Seems to me that `dev-sec/mysql-baseline` is a git profile and so inspec uses git fetcher to fetch it. So if the repo is not a git repo it fails because...

Closing this since it's not a requirement anymore.

So `only_applicable_if` invokes a failure test in a control. That is how it works. For more details check this change https://github.com/inspec/inspec/pull/6229 The enhanced outcome status `Not applicable` is entirely based...

The intention of `only_applicable_if` was to introduce a failed result in the control and to set the impact value to zero. That's what I remember and that is why PR...

I agree that from a point of style guide, it could be part of error. But I also think this could be an add-on to the not reviewed condition -...

Just tried this out, if there are multiple controls, where some are within conditions and some not. Then in that case, determining a conditionalised control (with condition returning false), from...

Closing this since we will make an upgrade with Ruby 3.3 instead.

It works out locally with Ruby version 3.2.x because [k8-ruby](https://github.com/k8s-ruby/k8s-ruby/pull/44) changes for 3.2 were pulled in on [inspec/k9s-ruby](https://github.com/inspec/k8s-ruby/pull/5). I'm still trying to figure out why it works locally and breaks...