Hello InSpec friends!
We are delighted to announce the availability of version 4.23.4 of Chef InSpec. Changes include:
New Features
- Discretion: A mechanism marks inputs as
sensitive: trueand replaces their values with "***". (#5054) - Cut the Chatter: Use the
--no-diffCLI option to suppress diff output for textual tests. (#5054) - Sorted: Control the order of controls in output, but not execution order, with the
--sort_results_by=none|control|file|randomCLI option. (#5054) - Test Better: Disable caching of inputs with a
cache_inputs: truesetting. (#5211)
Improvements
- Port Access:
postgres_sessionallows for custom ports in thepostgres_session('username', 'password', 'host', 'port')command. (#5185)
Bug Fixes
- Unabridged: Addressed a
psoutput truncation edge case related to undefined output widths for some Linux systems. (#5232)
Get the Build
You can download binaries directly from downloads.chef.io.