Aaron Lippold
Aaron Lippold
In my plain-old homedir ... ```shell ~ inspec supermarket exec dev-sec/mysql-baseline -t mock:// Traceback (most recent call last): 36: from /Users/alippold/.rvm/gems/ruby-2.7.2/bin/ruby_executable_hooks:22:in `' 35: from /Users/alippold/.rvm/gems/ruby-2.7.2/bin/ruby_executable_hooks:22:in `eval' 34: from /Users/alippold/.rvm/gems/ruby-2.7.2/bin/inspec:23:in `'...
Many, but not all, of the resources support the nice `ls` helper function in the `inspec shell` to give resource info. Would we be able to: - standardize support for...
There seems to be a regression with inputs being dereferenced in control blocks: ```yaml name: my_nginx title: InSpec Profile maintainer: The Authors copyright: The Authors copyright_email: [email protected] license: Apache-2.0 summary:...
We talked about this issue at ChefConf with @burtlo and others. Basically when we override controls and inputs in the overlay profile the final results and profile data should be...
When I am teaching my inspec classes, it is very useful for students to be able to `ls resource_name` to get the resources properities and methods, rather than having to...
As a user, I would like to be able to update the `impact` of my control if I hit an only_if condition
When I run the same profile on a target over time, it would be useful to be able to have a unique SHA sum that links to the run result...
At the moment the git fetcher only supports either GitHub or BitBucket repo endpoints. If possible it would be great to support any git repo endpoint provided the user provides...
Related #5884 At the moment the unit tests only validate output from the json reporter, however, cli stdout testing may have caught the courner case resolved above.