Stephen Hoekstra
Stephen Hoekstra
It would be handy to be able to query a repo's default branch, specified branch or PR about it's CI build/job status. https://developer.atlassian.com/bitbucket/server/docs/latest/how-tos/updating-build-status-for-commits.html https://developer.github.com/v3/repos/statuses/ https://docs.gitlab.com/ce/api/commits.html#post-the-build-status-to-a-commit
Hi, I've been running the ssh-baseline for sometime and recently ran the CentOS 7 CIS-1 baseline and the `xccdf_org.cisecurity.benchmarks_rule_5.2.3_Ensure_SSH_LogLevel_is_set_to_INFO` control fails: ``` × xccdf_org.cisecurity.benchmarks_rule_5.2.3_Ensure_SSH_LogLevel_is_set_to_INFO: Ensure SSH LogLevel is set to...
In reference to #216, this would be option 2 where default test directory is ignored if test paths are specified using `inspec_tests`.
Hi! I recently discovered when specifying paths to tests using `inspec_tests` that the [default expected path](https://github.com/inspec/kitchen-inspec#expected-directory-structure) is still included in the tests and not sure if this is or should...
This is waiting for fog/fog-cloudstack#4 to be merged, then needs a `bundle update` to update `Gemfile.lock` before release.
When the HAProxy service on the VPC receives an update it is restarted instead of reloaded and this results in a drop in connectivity. Most of the time this goes...
As discussed with @remibergsma, the firewall functionality is redundant as Cosmic no longer supports isolated networks, only VPC networks and Private networks, so the following can be removed: * `createFirewallRule`...
At the moment when you try to delete a VPC it will fail if it contains an empty network. Ideally this shouldn't fail if the network or networks in the...
When trying to modify an existing VPN Customer Gateway via the API `NullPointerException:` is returned: ``` $ cloudmonkey list vpncustomergateways id=cc9942b9-e953-4f2b-88e6-05467b6c1075 count = 1 vpncustomergateway: name = terraform-foo id =...
This cookbook should work with SELinux set to `enforcing` and does contain resources to make it play nice, so we should try to include integration tests that make sure these...