train
train copied to clipboard
Transport Interface to unify communication over SSH, WinRM, and friends.
## Description Add detection of Cisco ASA security appliances. ## Related Issue none ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [X]...
Cross posting from train-aws - https://github.com/inspec/train-aws/issues/207 # Version: 4.38.9 # Environment: Inspec 4.38.9+Train+Train-AWS are used as a AWS Lambda Layer # Scenario: Hi all, We are packaging Inspec as part...
The current implementation of Stat functionality for Linux in Train is not robust enough to hand new / unknown linux variants. There is logic at this line to determine if...
### Description Many connections have the possibility of timing out. Some underlying libraries will drop a connection after a value they know about, but Train doesn't. ### Train and Platform...
On machines that are missing wmic.exe (such as Windows Nano), `inspec detect` will be missing architecture data, like this: ``` Name: windows_10.0.14393 Families: windows, os Release: 10.0.14393 Arch: unknown ```...
## Background This project currently uses the monolithic google-api-client gem, which is 59 megs when installed. This gem ships with a massive amount of stuff we don't use or want...
### Description Connecting to a vSphere instance using a password that contains an asterisk fails due to insufficient quoting of the password in the `Connect-VIServer` command/lack of use of a...
Windows SSH connection results in error NoMethodError (undefined method `empty?' for nil:NilClass)
# Version: train 2.1.7 # Environment: Platform: Windows # Scenario: While creating Windows SSH connection it results in giving `undefined method empty? for nil class`. Log trace provided in steps...
### Description F5 base operating system is Centos 6.xx. On top of that, it run TMOS(tmsh) which customized OS of F5. However F5 allows us manage the device from base...
Issue: Inspec ssh is unable to connect to a remote instance from Ansible tower. A general ssh is working as expected but when we try to connect with inspec ssh,...